diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/willgit.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/willgit.rb b/Library/Formula/willgit.rb new file mode 100644 index 000000000..f3a1d0e23 --- /dev/null +++ b/Library/Formula/willgit.rb @@ -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 |
