homebrew-core/Formula/hub.rb
Adam Vandenberg 60cc39d1df Hub 1.3.2
2010-07-24 17:14:06 -07:00

11 lines
249 B
Ruby

require 'formula'
class Hub <Formula
url 'http://github.com/defunkt/hub/tarball/v1.3.2'
homepage 'http://github.com/defunkt/hub'
md5 '2b7b253a7ee6cba126d9965834b3aa70'
def install
system "rake", "install", "prefix=#{prefix}"
end
end