summaryrefslogtreecommitdiff
path: root/homebrew/bashsnippets/.beer
blob: bbc40281d088fa2e163f42c611e79420a4f102b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "BashSnippets",
    "description": "Collection of small bash scripts for heavy terminal users",
    "url": "https://github.com/alexanderepstein/Bash-Snippets/archive/v1.22.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/alexanderepstein/Bash-Snippets",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "cheat",
            "reason": "Both install a `cheat` executable"
        }
    ],
    "patches": [],
    "install": [
        "system \"./install.sh\", \"--prefix=#{prefix}\", \"all\""
    ],
    "version": "1.22.1",
    "file": "bash-snippets.rb"
}