void-packages/srcpkgs/nomad/template

20 lines
657 B
Bash

# Template file for 'nomad'
pkgname=nomad
version=1.3.1
revision=1
build_style=go
go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release"
_git_commit=2b054e38e91af964d1235faa98c286ca3f527e56
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=55915cd6ff0433b4b6d41d1e023a96cf283c95cb4d55960329a0f77eef939485
post_install() {
vlicense LICENSE
}