steel bank common lisp (sbcl) formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
01b5498ec9
commit
1e155f3bda
1 changed files with 15 additions and 0 deletions
15
Formula/sbcl.rb
Normal file
15
Formula/sbcl.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue