aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-subrepo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-subrepo.rb')
-rw-r--r--Library/Formula/git-subrepo.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/git-subrepo.rb b/Library/Formula/git-subrepo.rb
index f047845f3..f73251099 100644
--- a/Library/Formula/git-subrepo.rb
+++ b/Library/Formula/git-subrepo.rb
@@ -14,6 +14,13 @@ class GitSubrepo < Formula
end
end
+ bottle do
+ cellar :any
+ sha256 "18c9f095154cd8d6bfa5154fa4284b5d7b9207e1e3efe8f2f00ffc24a16f9efb" => :yosemite
+ sha256 "c5db6617c659c0ba16344e71c5ee56af8e044d7496c2417441ef7165b3cdebea" => :mavericks
+ sha256 "e5b2ae1cc7ebbcd2001542b352255865cf562a2855a61ae50c36dc2f4624c019" => :mountain_lion
+ end
+
def install
mkdir_p libexec
system "make", "PREFIX=#{prefix}", "INSTALL_LIB=#{libexec}", "install"