summaryrefslogtreecommitdiff
path: root/homebrew/gauche/.beer
blob: 74d51d87cf78bd3c786b24f260c80adc07e367a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Gauche",
    "description": "R7RS Scheme implementation, developed to be a handy script interpreter",
    "url": "https://downloads.sourceforge.net/gauche/Gauche/Gauche-0.9.7.tgz",
    "mirror": null,
    "homepage": "https://practical-scheme.net/gauche/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\",",
        "\"--enable-multibyte=utf-8\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "0.9.7",
    "file": "gauche.rb"
}