New formula: rebar

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jon Gretar Borgthorsson 2010-07-29 13:15:00 +00:00 committed by Adam Vandenberg
parent fb3c2e4f74
commit c60bcc29b7
1 changed files with 13 additions and 0 deletions

13
Formula/rebar.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Rebar <Formula
head 'http://hg.basho.com/rebar/get/tip.tar.gz'
homepage 'http://hg.basho.com/rebar/'
depends_on 'erlang'
def install
system "./bootstrap"
bin.install "rebar"
end
end