aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat
diff options
context:
space:
mode:
authorJack Nagel2012-04-05 21:09:24 -0500
committerJack Nagel2012-07-04 22:47:32 -0500
commit98a11b8e57955d43f8ad82d78874c1822936aad7 (patch)
tree1a7e92dc9742b5081cf62e9622fdc308f0b7a9bd /Library/Homebrew/compat
parentca71c038a147f721bf8875bfcf938b1a20410e54 (diff)
downloadbrew-98a11b8e57955d43f8ad82d78874c1822936aad7.tar.bz2
Introduce new formula specs
Diffstat (limited to 'Library/Homebrew/compat')
-rw-r--r--Library/Homebrew/compat/compatibility.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/compatibility.rb b/Library/Homebrew/compat/compatibility.rb
index 45222cf82..3f0f23766 100644
--- a/Library/Homebrew/compat/compatibility.rb
+++ b/Library/Homebrew/compat/compatibility.rb
@@ -91,6 +91,10 @@ class Formula
def std_cmake_parameters
"-DCMAKE_INSTALL_PREFIX='#{prefix}' -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev"
end
+
+ class << self
+ attr_rw :bottle_sha1
+ end
end
class UnidentifiedFormula < Formula