aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/l-smash.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/l-smash.rb b/Library/Formula/l-smash.rb
index dbedfacf6..44afbe0ad 100644
--- a/Library/Formula/l-smash.rb
+++ b/Library/Formula/l-smash.rb
@@ -5,6 +5,13 @@ class LSmash < Formula
url "https://github.com/l-smash/l-smash.git", :tag => "v1.5.2", :shallow => false
head "https://github.com/l-smash/l-smash.git"
+ bottle do
+ cellar :any
+ sha1 "7e0fda0145b2eceaa950e9cccf84205c9dcaab47" => :mavericks
+ sha1 "0e9a018a8d3f818c42e98153e003018b3ccb6982" => :mountain_lion
+ sha1 "088add54110cd25086fced2086593a8ec46dafb2" => :lion
+ end
+
def install
args = ["--prefix=#{prefix}", "--enable-shared"]