mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 20:45:10 +02:00
24 lines
792 B
Bash
24 lines
792 B
Bash
# Template file for 'nomad'
|
|
pkgname=nomad
|
|
version=1.10.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/hashicorp/nomad"
|
|
go_build_tags="ui release"
|
|
_git_commit=e26a2bd2acac2dcdcb623f4d293bac096beef478
|
|
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=eba395191379fc5c777ef7f9bbc4a3bb089754d6416a47074ce5c0e11de364e3
|
|
make_dirs="/etc/nomad.d 0755 root root
|
|
/var/lib/nomad 0755 root root"
|
|
repository=nonfree
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsv nomad
|
|
}
|