homebrew-core/Formula/hub.rb

13 lines
303 B
Ruby
Raw Normal View History

2009-12-11 16:13:57 +00:00
require 'formula'
2011-03-10 05:11:03 +00:00
class Hub < Formula
url 'https://github.com/defunkt/hub/tarball/v1.8.2'
homepage 'https://github.com/defunkt/hub#readme'
2011-05-27 05:02:55 +00:00
head 'https://github.com/defunkt/hub.git'
md5 '10924032b54b9ae9ed1b42c22bfecd3f'
2009-12-11 16:13:57 +00:00
def install
system "rake", "install", "prefix=#{prefix}"
2009-12-11 16:13:57 +00:00
end
end