vp-build/srcpkgs/nomad/template

20 lines
657 B
Bash

# Template file for 'nomad'
pkgname=nomad
version=1.4.2
revision=1
build_style=go
go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release"
_git_commit=2aa7e66bdb526e25f59883952d74dad7ea9a014e
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MPL-2.0"
homepage="https://www.nomadproject.io/"
distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz"
checksum=2d1bef5a219d5bafe76402aa2ccd4f57cadf8a28a8706783211d9b4966f1fe9a
post_install() {
vlicense LICENSE
}