summaryrefslogtreecommitdiff
path: root/homebrew/bashcompletionat2/.beer
blob: 1b362ee0d11116ff424642ca100cee637109d650 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
    "name": "BashCompletionAT2",
    "description": "Programmable completion for Bash 4.1+",
    "url": "https://github.com/scop/bash-completion/releases/download/2.8/bash-completion-2.8.tar.xz",
    "mirror": null,
    "homepage": "https://github.com/scop/bash-completion",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "bash",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "bash-completion",
            "reason": "Differing version of same formula"
        }
    ],
    "patches": [],
    "install": [
        "inreplace \"bash_completion\", \"readlink -f\", \"readlink\"",
        "system \"autoreconf\", \"-i\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "ENV.deparallelize",
        "system \"make\", \"install\""
    ],
    "version": "2.8",
    "file": "bash-completion@2.rb"
}