homebrew-core/Formula/hub.rb
Mislav Marohnić 4730dbdb6b hub 1.8.3
Closes Homebrew/homebrew#10639.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-02 14:39:52 -06:00

12 lines
303 B
Ruby

require 'formula'
class Hub < Formula
url 'https://github.com/defunkt/hub/tarball/v1.8.3'
homepage 'https://github.com/defunkt/hub#readme'
head 'https://github.com/defunkt/hub.git'
md5 '8775c2312ba2b175775a81e9b0bf5e24'
def install
system "rake", "install", "prefix=#{prefix}"
end
end