summaryrefslogtreecommitdiff
path: root/homebrew/autoenv/.beer
blob: 7aea4e8b94857bfbb2cdfb42137b112cd5e0c4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "Autoenv",
    "description": "Per-project, per-directory shell environments",
    "url": "https://github.com/kennethreitz/autoenv/archive/v0.2.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/kennethreitz/autoenv",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "prefix.install \"activate.sh\""
    ],
    "version": "0.2.1",
    "file": "autoenv.rb"
}