homebrew-core/Formula/hub.rb
Joshua Peek d95074b5aa Upgrade hub to v0.3.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-17 16:01:22 -08:00

11 lines
249 B
Ruby

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