summaryrefslogtreecommitdiff
path: root/homebrew/bats/.beer
blob: 793c127f6618b0225acd87c73b265aef2ec9636c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Bats",
    "description": "TAP-compliant test framework for Bash scripts",
    "url": "https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/sstephenson/bats",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "bats-core",
            "reason": "both install `bats` executables"
        }
    ],
    "patches": [],
    "install": [
        "system \"./install.sh\", prefix"
    ],
    "version": "0.4.0",
    "file": "bats.rb"
}