summaryrefslogtreecommitdiff
path: root/homebrew/calabash/.beer
blob: 41a1a9c8f9f33aebdb18d0fd39def34ca7ec1b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Calabash",
    "description": "XProc (XML Pipeline Language) implementation",
    "url": "https://github.com/ndw/xmlcalabash1/releases/download/1.1.24-98/xmlcalabash-1.1.24-98.zip",
    "mirror": null,
    "homepage": "https://xmlcalabash.com/",
    "depends": [
        {
            "depend": "saxon",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "libexec.install Dir[\"*\"]",
        "bin.write_jar_script libexec/\"xmlcalabash-#{version}.jar\", \"calabash\", \"-Xmx1024m\""
    ],
    "version": "1.1.24",
    "file": "calabash.rb"
}