summaryrefslogtreecommitdiff
path: root/homebrew/nodebuild/.beer
blob: d141ff1b342bf8e482a6f26d0ac6369bd8ab6387 (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
27
28
29
30
{
    "name": "NodeBuild",
    "description": "Install NodeJS versions",
    "url": "https://github.com/nodenv/node-build/archive/v4.4.5.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/nodenv/node-build",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "pkg-config",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"PREFIX\"] = prefix",
        "system \"./install.sh\""
    ],
    "version": "4.4.5",
    "file": "node-build.rb"
}