Adding git-subtree formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Caius Durling 2010-05-07 01:44:58 +01:00 committed by Adam Vandenberg
parent 83fc35a5bf
commit b5491fa648
1 changed files with 14 additions and 0 deletions

14
Formula/git-subtree.rb Normal file
View File

@ -0,0 +1,14 @@
require 'formula'
class GitSubtree <Formula
homepage 'http://github.com/apenwarr/git-subtree'
head 'git://github.com/apenwarr/git-subtree.git',
:tag => 'c00d1d11688dc02f066196ed18783effdb7767ab'
# Not depending on git because people might have it
# installed through another means
def install
bin.install "git-subtree.sh" => "git-subtree"
end
end