Added git-utils formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jannis Leidel 2009-12-19 16:31:34 +01:00 committed by Adam Vandenberg
parent 8f88c70cf9
commit a44857b49c
1 changed files with 10 additions and 0 deletions

10
Formula/git-utils.rb Normal file
View File

@ -0,0 +1,10 @@
require 'formula'
class GitUtils <Formula
head 'git://github.com/ddollar/git-utils.git'
homepage 'http://github.com/ddollar/git-utils'
def install
bin.install Dir['git-*']
end
end