new formula: willgit

William's miscellaneous git tools from http://git-wt-commit.rubyforge.org/

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Rajiv Aaron Manglani 2010-04-20 12:06:03 -04:00 committed by Adam Vandenberg
parent acadbf276d
commit ae0fc40ba4
1 changed files with 12 additions and 0 deletions

12
Formula/willgit.rb Normal file
View File

@ -0,0 +1,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