summaryrefslogtreecommitdiff
path: root/homebrew/dub/.beer
blob: 0a1dfbf1c83fea4d8bb418fd5845ddfd002b237f (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
26
27
{
    "name": "Dub",
    "description": "Build tool for D projects",
    "url": "https://github.com/dlang/dub/archive/v1.14.0.tar.gz",
    "mirror": null,
    "homepage": "https://code.dlang.org/getting_started",
    "depends": [
        {
            "depend": "dmd",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"GITVER\"] = version.to_s",
        "system \"./build.sh\"",
        "bin.install \"bin/dub\""
    ],
    "version": "1.14.0",
    "file": "dub.rb"
}