homebrew-core/Formula/hub.rb

13 lines
265 B
Ruby
Raw Normal View History

2009-12-11 16:13:57 +00:00
require 'formula'
class Hub <Formula
2010-04-07 17:42:05 +00:00
url 'http://github.com/defunkt/hub/raw/gh-pages/standalone'
2009-12-11 16:13:57 +00:00
homepage 'http://github.com/defunkt/hub'
2010-04-07 17:42:05 +00:00
version '1.1.0'
md5 '4f5e4dec0663fb33aa3e8e46edbfce5a'
2009-12-11 16:13:57 +00:00
def install
2010-04-07 17:42:05 +00:00
bin.install 'standalone' => 'hub'
2009-12-11 16:13:57 +00:00
end
end