void-packages/srcpkgs/nomad/template
2020-04-04 16:20:19 +02:00

28 lines
806 B
Bash

# Template file for 'nomad'
pkgname=nomad
version=0.10.5
revision=1
build_style=go
go_import_path="github.com/hashicorp/${pkgname}"
go_build_tags="ui release"
_git_commit=fce99f12a297c9f83160450bc632611877e07873
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
hostmakedepends="git"
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
maintainer="iaroki <iaroki@protonmail.com>"
license="MPL-2.0"
homepage="https://www.nomadproject.io/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=ba23bcbc29138be9a2033531114e447f92a2e57a0f0a7bea84734845c8b89eaf
patch_args="-Np1"
case "$XBPS_TARGET_MACHINE" in
*-musl) go_build_tags+=" nonvidia" ;;
esac
post_install() {
vlicense LICENSE
vsconf dist/server.hcl
vsconf dist/client.hcl
}