# Template file for 'nomad'
pkgname=nomad
version=1.11.0
revision=1
build_style=go
go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release"
_git_commit=9103d938133311b2da905858801f0e111a2df0a1
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
depends="cni-plugins dmidecode"
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="BUSL-1.1"
homepage="https://www.nomadproject.io/"
distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz"
checksum=f7eec04e71cf93c7df74ae2c9b0e76c8cdaa0f3084c493458c02f3b72817f287
make_dirs="/etc/nomad.d 0755 root root
 /var/lib/nomad 0755 root root"
repository=nonfree

post_install() {
	vlicense LICENSE
	vsv nomad
}
