aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rgbds.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/rgbds.rb b/Library/Formula/rgbds.rb
index bbce49093..2df193ccb 100644
--- a/Library/Formula/rgbds.rb
+++ b/Library/Formula/rgbds.rb
@@ -7,6 +7,13 @@ class Rgbds < Formula
head "https://github.com/bentley/rgbds.git", :branch => "master"
+ bottle do
+ cellar :any
+ sha1 "4dcd554e8ff8c6dba47778461a27c04b798bcee1" => :mavericks
+ sha1 "5479338e6423a60a83abb72667a410db69f97724" => :mountain_lion
+ sha1 "b87f08e1ce5e1ccb4760cf722938184c3143fdcc" => :lion
+ end
+
def install
system "make"
system "make", "install", "PREFIX=#{prefix}", "MANPREFIX=#{man}"