aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libwbxml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libwbxml.rb')
-rw-r--r--Library/Formula/libwbxml.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libwbxml.rb b/Library/Formula/libwbxml.rb
index 8dc9e693e..8fe9e2d84 100644
--- a/Library/Formula/libwbxml.rb
+++ b/Library/Formula/libwbxml.rb
@@ -5,6 +5,13 @@ class Libwbxml < Formula
url 'https://downloads.sourceforge.net/project/libwbxml/libwbxml/0.11.2/libwbxml-0.11.2.tar.bz2'
sha1 '0b4f526709cac75c4b261666950bd935dda9f0d4'
+ bottle do
+ cellar :any
+ sha1 "a44c7354e3cb619d058e1325682ade17e753cf8f" => :mavericks
+ sha1 "fc6672f54bba9f56c374add1f211dcf9dcc01d4e" => :mountain_lion
+ sha1 "d822c01d56c4268913850b677ff4aedd4ba51cd7" => :lion
+ end
+
option 'docs', 'Build the documentation with Doxygen and Graphviz'
depends_on 'cmake' => :build