diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fsevent_watch.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fsevent_watch.rb b/Library/Formula/fsevent_watch.rb index df3f8a7f1..eb695fab5 100644 --- a/Library/Formula/fsevent_watch.rb +++ b/Library/Formula/fsevent_watch.rb @@ -5,6 +5,13 @@ class FseventWatch < Formula head "https://github.com/proger/fsevent_watch.git" + bottle do + cellar :any + sha256 "085b1a0cdc155ec6833d782ebd86e8109f6a4529ff3719f3605fce5779925456" => :yosemite + sha256 "900dff7d67ce9b31c9e1a3884315d8ed407cbd89358aed68fda283f7782ff2c6" => :mavericks + sha256 "fb7163be62f68a7eeea7b67da63d5313dc56c88c28f785f4276308ee14d2bdd1" => :mountain_lion + end + def install bin.mkpath system "make", "install", "PREFIX=#{prefix}", "CFLAGS=-DCLI_VERSION=\\\"#{version}\\\"" |
