summaryrefslogtreecommitdiff
path: root/homebrew/nomad/.beer
blob: 85b1b1e28716bc01eca0394ba6f0226b174dee11 (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
{
    "name": "Nomad",
    "description": "Distributed, Highly Available, Datacenter-Aware Scheduler",
    "url": "https://github.com/hashicorp/nomad/archive/v0.9.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.nomadproject.io",
    "depends": [
        {
            "depend": "go@1.10",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"GOPATH\"] = buildpath",
        "src = buildpath/\"src/github.com/hashicorp/nomad\"",
        "src.install buildpath.children",
        "src.cd do",
        "system \"go\", \"build\", \"-tags\", \"ui\", \"-o\", bin/\"nomad\"",
        "prefix.install_metafiles"
    ],
    "version": "0.9.0",
    "file": "nomad.rb"
}