summaryrefslogtreecommitdiff
path: root/homebrew/pyenvwhichext/.beer
blob: c28a8455c44e0db5c17cc601ccbc859a564f0d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "PyenvWhichExt",
    "description": "Integrate pyenv and system commands",
    "url": "https://github.com/pyenv/pyenv-which-ext/archive/v0.0.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/pyenv/pyenv-which-ext",
    "depends": [
        {
            "depend": "pyenv",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"PREFIX\"] = prefix",
        "system \"./install.sh\""
    ],
    "version": "0.0.2",
    "file": "pyenv-which-ext.rb"
}