New formula: git-flow-clone

Closes Homebrew/homebrew#16194.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Arild Shirazi 2012-08-30 22:01:22 -05:00 committed by Jack Nagel
parent 0c6359800b
commit df1ccedf40
1 changed files with 13 additions and 0 deletions

13
Formula/git-flow-clone.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class GitFlowClone < Formula
homepage 'https://github.com/ashirazi/git-flow-clone'
url 'https://github.com/ashirazi/git-flow-clone/archive/0.1.2.tar.gz'
sha1 'd4d5c106ebd7de8abbee69f0b277ecdfe85e5b6d'
depends_on 'git-flow'
def install
system "make", "prefix=#{prefix}", "install"
end
end