2009-12-11 16:13:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Hub < Formula
|
2012-03-02 13:36:38 +00:00
|
|
|
url 'https://github.com/defunkt/hub/tarball/v1.8.3'
|
2012-01-03 02:10:09 +00:00
|
|
|
homepage 'https://github.com/defunkt/hub#readme'
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/defunkt/hub.git'
|
2012-03-02 13:36:38 +00:00
|
|
|
md5 '8775c2312ba2b175775a81e9b0bf5e24'
|
2009-12-11 16:13:57 +00:00
|
|
|
|
|
|
|
def install
|
2010-04-27 19:58:30 +00:00
|
|
|
system "rake", "install", "prefix=#{prefix}"
|
2009-12-11 16:13:57 +00:00
|
|
|
end
|
|
|
|
end
|