aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chibi-scheme.rb
blob: 5fb2372a8c2b0041c838d188323385d31b101f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class ChibiScheme < Formula
  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