homebrew-core/Formula/doubledown.rb

14 lines
351 B
Ruby
Raw Normal View History

2010-08-17 04:39:40 +00:00
require 'formula'
class Doubledown <Formula
2010-09-23 01:52:14 +00:00
url 'http://github.com/devstructure/doubledown/tarball/v0.0.2'
2010-08-17 04:39:40 +00:00
homepage 'http://github.com/devstructure/doubledown'
2010-09-23 01:52:14 +00:00
md5 '0f540c6da691769ca1efa305ad18acb6'
2010-08-17 04:39:40 +00:00
head 'git://github.com/devstructure/doubledown.git'
def install
bin.install Dir['bin/*']
man1.install Dir['man/man1/*.1']
end
end