summaryrefslogtreecommitdiff
path: root/homebrew/chicken/.beer
blob: 21193df278ae695de2a548465a3cce521f62ccbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "name": "Chicken",
    "description": "Compiler for the Scheme programming language",
    "url": "https://code.call-cc.org/releases/5.0.0/chicken-5.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.call-cc.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "args = %W[",
        "PLATFORM=macosx",
        "PREFIX=#{prefix}",
        "C_COMPILER=#{ENV.cc}",
        "LIBRARIAN=ar",
        "POSTINSTALL_PROGRAM=install_name_tool",
        "ARCH=x86-64",
        "]",
        "system \"make\", *args",
        "system \"make\", \"install\", *args"
    ],
    "version": "5.0.0",
    "file": "chicken.rb"
}