aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-16 21:39:40 -0700
committerAdam Vandenberg2010-08-16 21:39:40 -0700
commitd60c5f7dab40700763e6151cbf0675ce3690819a (patch)
tree1af0487ba04df7cae4206b7a7816d4ae82cd3325 /Library
parentb2fb6f3f83a081cb6b49984360a84b6d7c3f99fb (diff)
downloadhomebrew-d60c5f7dab40700763e6151cbf0675ce3690819a.tar.bz2
Add doubledown
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/doubledown.rb13
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