summaryrefslogtreecommitdiff
path: root/homebrew/narwhal/.beer
blob: 36213b520d37c90302610e8135799487514d8d98 (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
{
    "name": "Narwhal",
    "description": "General purpose JavaScript platform for building applications",
    "url": "https://github.com/280north/narwhal/archive/v0.3.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/280north/narwhal",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "spidermonkey",
            "reason": "both install a js binary"
        },
        {
            "conflict": "elixir-build",
            "reason": "both install `json` binaries"
        }
    ],
    "patches": [],
    "install": [
        "rm Dir[\"bin/*.cmd\"]",
        "libexec.install Dir[\"*\"]",
        "bin.install_symlink Dir[\"#{libexec}/bin/*\"]"
    ],
    "version": "0.3.2",
    "file": "narwhal.rb"
}