summaryrefslogtreecommitdiff
path: root/homebrew/nomad/.make.sh-auto
blob: 2842ba180c7d60334d4b2f65e22951a50466360d (plain)
1
2
3
4
5
6
7
pkg:setup
ENV["GOPATH"] = buildpath
src = buildpath/"src/github.com/hashicorp/nomad"
src.install buildpath.children
src.cd do
go build -tags ui -o bin/"nomad"
prefix.install_metafiles