aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mon.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mon.rb b/Library/Formula/mon.rb
index 4f4f0cc87..0dceab7ba 100644
--- a/Library/Formula/mon.rb
+++ b/Library/Formula/mon.rb
@@ -5,6 +5,13 @@ class Mon < Formula
url 'https://github.com/visionmedia/mon/archive/1.2.3.tar.gz'
sha1 '9c5013332b6ecccb6368b100e6aee377e35b5bb1'
+ bottle do
+ cellar :any
+ sha1 "4279caae6fd47b43bb884787daff34a0c65c915b" => :mavericks
+ sha1 "07ff0b1e1cf96cd22a57c26e8b03174964fa928f" => :mountain_lion
+ sha1 "c0f4c73f81ceb8773a40fbb5c9385f61ce9a25be" => :lion
+ end
+
def install
bin.mkpath
system "make", "install", "PREFIX=#{prefix}"