aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vpcs.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/vpcs.rb b/Library/Formula/vpcs.rb
index 75592f333..86893a339 100644
--- a/Library/Formula/vpcs.rb
+++ b/Library/Formula/vpcs.rb
@@ -3,6 +3,13 @@ class Vpcs < Formula
url "https://downloads.sourceforge.net/project/vpcs/0.6/vpcs-0.6-src.tbz"
sha1 "6ecdc42f3026286ff6decd588a08898b52ec558f"
+ bottle do
+ cellar :any
+ sha1 "b1cb4c4c1dfabe6a1583aae0dd9387868739cfce" => :yosemite
+ sha1 "e396c21bd1cc5c883ff0a92d74cd497d74fb20bd" => :mavericks
+ sha1 "65669a992ac54d5b642beb9c8d90895b70c7a711" => :mountain_lion
+ end
+
def install
cd "src" do
system "make", "-f", "Makefile.osx"