diff options
| author | Rajiv Aaron Manglani | 2010-04-20 12:06:03 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-07 08:25:01 -0700 |
| commit | e5629ff1c4da333c74602a8782c826cc92a814b8 (patch) | |
| tree | 2d952dfaf790c5e147957801d5b7104cb987899f /Library/Formula/willgit.rb | |
| parent | cc7ea26d25735fe151903836fef71b874dbeff65 (diff) | |
| download | homebrew-e5629ff1c4da333c74602a8782c826cc92a814b8.tar.bz2 | |
new formula: willgit
William's miscellaneous git tools from http://git-wt-commit.rubyforge.org/
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/willgit.rb')
| -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 |
