summaryrefslogtreecommitdiff
path: root/homebrew/rebar/.beer
blob: fda3dcb9f9c60a0a6c55294c516f6c06e7dd8be5 (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
{
    "name": "Rebar",
    "description": "Erlang build tool",
    "url": "https://github.com/rebar/rebar/archive/2.6.4.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/rebar/rebar",
    "depends": [
        {
            "depend": "erlang",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./bootstrap\"",
        "bin.install \"rebar\"",
        "bash_completion.install \"priv/shell-completion/bash/rebar\"",
        "zsh_completion.install \"priv/shell-completion/zsh/_rebar\" => \"_rebar\"",
        "fish_completion.install \"priv/shell-completion/fish/rebar.fish\""
    ],
    "version": "2.6.4",
    "file": "rebar.rb"
}