homebrew-core/Formula/hub.rb
Mislav Marohnić eec79e31ba hub v1.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-18 07:30:54 -07:00

12 lines
294 B
Ruby

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