aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hub.rb
blob: 2b83db398030cac32aec913e4116524affb4eb79 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Hub <Formula
  url 'https://github.com/defunkt/hub/tarball/v1.5.0'
  homepage 'https://github.com/defunkt/hub'
  md5 '3e719ea33cd2b78795dbfc6f8c5e41f8'

  def install
    system "rake", "install", "prefix=#{prefix}"
  end
end