diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/osh.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/osh.rb b/Library/Formula/osh.rb index 2842d4605..b0c3b97c8 100644 --- a/Library/Formula/osh.rb +++ b/Library/Formula/osh.rb @@ -6,6 +6,13 @@ class Osh < Formula url "http://v6shell.org/src/osh-20140410.tar.gz" sha1 "73d44e5d04504e6af1ffb6e23763ec7f5a40ae1a" + bottle do + cellar :any + sha1 "3d552072c3b4e480ddba423af918d4e2d3d0cc4b" => :mavericks + sha1 "0f54312ecae702162e4e5326f1561215bee7a775" => :mountain_lion + sha1 "122f3ff69d9d6660de402047faec79d6adfa9441" => :lion + end + def install system "make", "install", "prefix=#{prefix}" end |
