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
commitcb94753b88b75c61cd780e37a5bfd28e7d076ed3 (patch)
tree08b5345090472c8a2e4687470e45ab9b05891265 /Library/Homebrew/compat
parent8de5bd850de591345671caae3c460438192c6fe9 (diff)
downloadhomebrew-cb94753b88b75c61cd780e37a5bfd28e7d076ed3.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