Add formula to install gerrit-tools HEAD

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Andre Arko 2010-02-05 12:07:51 -08:00 committed by Adam Vandenberg
parent de04fcc51b
commit 4af6dda478
1 changed files with 10 additions and 0 deletions

10
Formula/gerrit-tools.rb Normal file
View File

@ -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