summaryrefslogtreecommitdiff
path: root/homebrew/squirrel/.beer
blob: 26bfb7fb57547a2335383de1ce8f54750acd2b89 (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
{
    "name": "Squirrel",
    "description": "High level, imperative, object-oriented programming language",
    "url": "https://downloads.sourceforge.net/project/squirrel/squirrel3/squirrel%203.1%20stable/squirrel_3_1_stable.tar.gz",
    "mirror": null,
    "homepage": "http://www.squirrel-lang.org",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/dcaba40/squirrel/xcode9.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\"",
        "prefix.install %w[bin include lib]",
        "doc.install Dir[\"doc/*.pdf\"]",
        "doc.install %w[etc samples]",
        "(lib+\"pkgconfig/libsquirrel.pc\").write pc_file"
    ],
    "version": "3_1",
    "file": "squirrel.rb"
}