2009-12-11 16:13:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Hub <Formula
|
2010-12-28 14:13:49 +00:00
|
|
|
url 'https://github.com/defunkt/hub/tarball/v1.5.0'
|
2010-11-10 18:16:28 +00:00
|
|
|
homepage 'https://github.com/defunkt/hub'
|
2011-02-15 14:22:08 +00:00
|
|
|
head 'git://github.com/defunkt/hub.git'
|
2010-12-28 14:13:49 +00:00
|
|
|
md5 '3e719ea33cd2b78795dbfc6f8c5e41f8'
|
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
|