Created
November 12, 2010 16:21
-
-
Save tizoc/674285 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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