Skip to content

Instantly share code, notes, and snippets.

@fedorn
Created November 4, 2010 19:52
Show Gist options
  • Select an option

  • Save fedorn/663072 to your computer and use it in GitHub Desktop.

Select an option

Save fedorn/663072 to your computer and use it in GitHub Desktop.
require 'formula'
class MitScheme <Formula
url 'http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-c-9.0.1.tar.gz'
homepage 'http://www.gnu.org/software/mit-scheme/'
md5 '92884092806dd075f103cd1e9996413c'
def install
ENV.j1
cd "src"
system "etc/make-liarc.sh", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment