aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gerrit-tools.rb
diff options
context:
space:
mode:
authorAndre Arko2010-02-05 12:07:51 -0800
committerAdam Vandenberg2010-06-17 10:38:16 -0700
commit562fac7a51c4364ebf3b7b3e07783fbbf238f98c (patch)
tree17b487d34b742897cc09804bac621813da16d21d /Library/Formula/gerrit-tools.rb
parentbaf9e2a2d311e66799e91447ffda0f925ccc638e (diff)
downloadhomebrew-562fac7a51c4364ebf3b7b3e07783fbbf238f98c.tar.bz2
Add formula to install gerrit-tools HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gerrit-tools.rb')
-rw-r--r--Library/Formula/gerrit-tools.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Formula/gerrit-tools.rb b/Library/Formula/gerrit-tools.rb
new file mode 100644
index 000000000..be1e7161e
--- /dev/null
+++ b/Library/Formula/gerrit-tools.rb
@@ -0,0 +1,10 @@
+require 'formula'
+
+class GerritTools <Formula
+ head 'git://github.com/indirect/gerrit-tools.git'
+ homepage 'http://github.com/indirect/gerrit-tools'
+
+ def install
+ bin.install(Dir["bin/*"])
+ end
+end