aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sbcl.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb
new file mode 100644
index 000000000..b812af8bb
--- /dev/null
+++ b/Library/Formula/sbcl.rb
@@ -0,0 +1,15 @@
+require 'formula'
+
+class Sbcl <Formula
+ url 'http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.29/sbcl-1.0.29-x86-darwin-binary-r2.tar.bz2'
+ version '1.0.29'
+ homepage 'http://www.sbcl.org/'
+ md5 '6e6b027a5fd05ef0c8faee30d89ffe54'
+
+ skip_clean 'bin'
+
+ def install
+ ENV['INSTALL_ROOT'] = prefix
+ system "sh install.sh"
+ end
+end