summaryrefslogtreecommitdiff
path: root/homebrew/rhino/.beer
blob: 7145f869c0b85fc8a89ab544d4c3547afa539781 (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
{
    "name": "Rhino",
    "description": "JavaScript engine",
    "url": "https://github.com/mozilla/rhino/releases/download/Rhino1_7_9_Release/rhino-1.7.9.zip",
    "mirror": null,
    "homepage": "https://www.mozilla.org/rhino/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "nut",
            "reason": "both install `rhino` binaries"
        }
    ],
    "patches": [],
    "install": [
        "rhino_jar = \"rhino-#{version}.jar\"",
        "libexec.install \"lib/#{rhino_jar}\"",
        "bin.write_jar_script libexec/rhino_jar, \"rhino\"",
        "doc.install Dir[\"docs/*\"]"
    ],
    "version": "1.7.9",
    "file": "rhino.rb"
}