summaryrefslogtreecommitdiff
path: root/homebrew/gradlecompletion/.beer
blob: 73f21f045c179bcf71e4e66f8da1326023948d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "GradleCompletion",
    "description": "Bash and Zsh completion for Gradle",
    "url": "https://github.com/gradle/gradle-completion/archive/v1.4.1.tar.gz",
    "mirror": null,
    "homepage": "https://gradle.org/",
    "depends": [
        {
            "depend": "bash-completion",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bash_completion.install \"gradle-completion.bash\" => \"gradle\"",
        "zsh_completion.install \"_gradle\" => \"_gradle\""
    ],
    "version": "1.4.1",
    "file": "gradle-completion.rb"
}