diff options
| author | Adam Vandenberg | 2010-08-16 21:39:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-16 21:39:40 -0700 |
| commit | d60c5f7dab40700763e6151cbf0675ce3690819a (patch) | |
| tree | 1af0487ba04df7cae4206b7a7816d4ae82cd3325 /Library | |
| parent | b2fb6f3f83a081cb6b49984360a84b6d7c3f99fb (diff) | |
| download | homebrew-d60c5f7dab40700763e6151cbf0675ce3690819a.tar.bz2 | |
Add doubledown
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/doubledown.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/doubledown.rb b/Library/Formula/doubledown.rb new file mode 100644 index 000000000..05825c604 --- /dev/null +++ b/Library/Formula/doubledown.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Doubledown <Formula + url 'http://github.com/devstructure/doubledown/tarball/v0.0.1' + homepage 'http://github.com/devstructure/doubledown' + md5 'd8701eb0372df068fd94c2351ff1feac' + head 'git://github.com/devstructure/doubledown.git' + + def install + bin.install Dir['bin/*'] + man1.install Dir['man/man1/*.1'] + end +end |
