diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ioping.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ioping.rb b/Library/Formula/ioping.rb index 0f12b0008..a80547a18 100644 --- a/Library/Formula/ioping.rb +++ b/Library/Formula/ioping.rb @@ -5,6 +5,13 @@ class Ioping < Formula head "https://github.com/koct9i/ioping.git" + bottle do + cellar :any + sha256 "3e41312ac455f0901b365b8c60de6c55869cea417ce57960ed9affb9721690d0" => :yosemite + sha256 "e0c9fd5902a4147e866f38c4d4123f9133ad7cfbe10ab1f9d2e78a887ee0603a" => :mavericks + sha256 "a01eb9b7c2a39d65fcfc55a70be1333ec0f1df19ad2582dec81a6e40b7ab95c8" => :mountain_lion + end + def install system "make" system "make", "install", "PREFIX=#{prefix}" |
