summaryrefslogtreecommitdiff
path: root/homebrew/cargocompletion/.beer
blob: 8bd532c012f19053801f10082a472cb4c61143b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "CargoCompletion",
    "description": "Bash and Zsh completion for Cargo",
    "url": "https://github.com/rust-lang/cargo/archive/0.34.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/rust-lang/cargo",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bash_completion.install \"src/etc/cargo.bashcomp.sh\" => \"cargo\"",
        "zsh_completion.install \"src/etc/_cargo\""
    ],
    "version": "0.34.0",
    "file": "cargo-completion.rb"
}