homebrew-core/Formula/hub.rb
Mislav Marohnić 5f60b4c309 hub v1.8.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-02 19:31:46 -08:00

12 lines
303 B
Ruby

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