{ "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" }