summaryrefslogtreecommitdiff
path: root/homebrew/batscore/.beer
blob: 7cf42bd8724655a08559cebb79b917fdcefed7d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "BatsCore",
    "description": "Bash Automated Testing System",
    "url": "https://github.com/bats-core/bats-core/archive/v1.1.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/bats-core/bats-core",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "bats",
            "reason": "both install `bats` executables"
        }
    ],
    "patches": [],
    "install": [
        "system \"./install.sh\", prefix"
    ],
    "version": "1.1.0",
    "file": "bats-core.rb"
}