summaryrefslogtreecommitdiff
path: root/homebrew/capcompletion/.beer
blob: 4a7252dc4bd3075743db5ff8fa74294ca1358ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "CapCompletion",
    "description": "Bash completion for Capistrano",
    "url": "https://github.com/bashaus/capistrano-autocomplete/archive/v1.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/bashaus/capistrano-autocomplete",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bash_completion.install \"cap\""
    ],
    "version": "1.0.0",
    "file": "cap-completion.rb"
}