Skip to content

Instantly share code, notes, and snippets.

@tizoc
Created November 12, 2010 16:21
Show Gist options
  • Save tizoc/674285 to your computer and use it in GitHub Desktop.
Save tizoc/674285 to your computer and use it in GitHub Desktop.
require 'formula'
class Gauche <Formula
url 'http://jaist.dl.sourceforge.net/project/gauche/Gauche/Gauche-0.9.tgz'
homepage 'http://practical-scheme.net/gauche/'
md5 ''
def install
system "./configure", "--enable-multibyte=utf-8", "--prefix=#{prefix}"
system "make"
system "make check"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment