2011-02-18 06:20:40 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class ChibiScheme < Formula
|
2011-02-18 06:20:40 +00:00
|
|
|
url 'http://chibi-scheme.googlecode.com/files/chibi-scheme-0.3.tgz'
|
|
|
|
homepage 'http://code.google.com/p/chibi-scheme/'
|
|
|
|
md5 '60a18f1b61c4677a2bb4701a0258c7d9'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make install PREFIX=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|