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

class Willgit <Formula
  head 'git://gitorious.org/willgit/mainline.git'
  homepage 'http://git-wt-commit.rubyforge.org/'

  def install
    Dir.chdir 'bin' do
        bin.install %w[git-publish-branch git-rank-contributors git-show-merges git-wtf]
    end
  end
end