parent
fb3c2e4f74
commit
c60bcc29b7
|
@ -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
|
Loading…
Reference in New Issue