summaryrefslogtreecommitdiff
path: root/homebrew/rbenvctags/.beer
blob: c3cfda519fe04527541de3df5c224b6e2f18d7b2 (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": "RbenvCtags",
    "description": "Automatically generate ctags for rbenv Ruby stdlibs",
    "url": "https://github.com/tpope/rbenv-ctags/archive/v1.0.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/tpope/rbenv-ctags",
    "depends": [
        {
            "depend": "ctags",
            "build-depend": false
        },
        {
            "depend": "rbenv",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "prefix.install Dir[\"*\"]"
    ],
    "version": "1.0.2",
    "file": "rbenv-ctags.rb"
}