aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow-avh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-flow-avh.rb')
-rw-r--r--Library/Formula/git-flow-avh.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/git-flow-avh.rb b/Library/Formula/git-flow-avh.rb
index c822119c6..7a9496c22 100644
--- a/Library/Formula/git-flow-avh.rb
+++ b/Library/Formula/git-flow-avh.rb
@@ -1,5 +1,13 @@
require 'formula'
+class GitFlowAvhCompletion < Formula
+ homepage 'https://github.com/petervanderdoes/git-flow-completion'
+ url 'https://github.com/petervanderdoes/git-flow-completion/tarball/0.4.2'
+ sha1 '0a36ae6fda83b6ba0251f4eea3a957f94f5467b7'
+
+ head 'https://github.com/petervanderdoes/git-flow-completion.git', :branch => 'develop'
+end
+
class GitFlowAvh < Formula
homepage 'https://github.com/petervanderdoes/gitflow'
url 'https://github.com/petervanderdoes/gitflow/archive/1.5.0.tar.gz'
@@ -13,6 +21,11 @@ class GitFlowAvh < Formula
def install
system "make", "prefix=#{prefix}", "install"
+
+ GitFlowAvhCompletion.new('git-flow-avh-completion').brew do
+ (prefix+'etc/bash_completion.d').install "git-flow-completion.bash"
+ (share+'zsh/site-functions').install "git-flow-completion.zsh"
+ end
end
def caveats; <<-EOS.undent