diff options
| author | BrewTestBot | 2014-07-03 18:36:37 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:21 +0100 |
| commit | 1aa0c7b0e1e8c9fc3f629e526c104380f1d689c3 (patch) | |
| tree | ce00bb362de4e9ef5c895963b2997c1cd464df5c /Library/Formula/cpptest.rb | |
| parent | 07f8d1b105edc0b95fac145887e7155b507b5ef0 (diff) | |
| download | homebrew-1aa0c7b0e1e8c9fc3f629e526c104380f1d689c3.tar.bz2 | |
cpptest: add 1.1.2 bottle.
Diffstat (limited to 'Library/Formula/cpptest.rb')
| -rw-r--r-- | Library/Formula/cpptest.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cpptest.rb b/Library/Formula/cpptest.rb index d836c7d87..edecc832f 100644 --- a/Library/Formula/cpptest.rb +++ b/Library/Formula/cpptest.rb @@ -5,6 +5,13 @@ class Cpptest < Formula url 'https://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-1.1.2/cpptest-1.1.2.tar.gz' sha1 'c8e69ca98f9b39016c94f1f78659f412ee825049' + bottle do + cellar :any + sha1 "f2133e40791ea80673b2fc1af5025bafcabbf7ea" => :mavericks + sha1 "411e68bba4a50be0a6f77b02084fc1a04380d500" => :mountain_lion + sha1 "3f84ffdd46df62b000f5c6c14aa7f43a5c046fef" => :lion + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
