homebrew-core/Formula/hub.rb

12 lines
251 B
Ruby
Raw Normal View History

2009-12-11 16:13:57 +00:00
require 'formula'
class Hub <Formula
url 'https://github.com/defunkt/hub/tarball/v1.5.0'
homepage 'https://github.com/defunkt/hub'
md5 '3e719ea33cd2b78795dbfc6f8c5e41f8'
2009-12-11 16:13:57 +00:00
def install
system "rake", "install", "prefix=#{prefix}"
2009-12-11 16:13:57 +00:00
end
end