void-packages/srcpkgs/nomad/template
2021-11-18 18:52:05 -06:00

20 lines
679 B
Bash

# Template file for 'nomad'
pkgname=nomad
version=1.2.0
revision=1
build_style=go
go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release"
_git_commit=bee0c3e04eb4ce34b8ac22ff27fcb421a9dccec5
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
hostmakedepends="git"
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=fb76938823ccf23f7afca39d177fa7385c69128e729f98cdeb6cd53a75c908df
post_install() {
vlicense LICENSE
}