vp-build/srcpkgs/immortal/template

32 lines
868 B
Bash

# Template file for 'immortal'
pkgname=immortal
version=0.24.4
revision=1
build_style=go
go_import_path=github.com/immortal/immortal
go_package="${go_import_path}/cmd/immortal ${go_import_path}/cmd/immortalctl
${go_import_path}/cmd/immortaldir"
go_ldflags="-X main.Version=v${version}"
short_desc="*nix cross-platform (OS agnostic) supervisor"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/immortal/immortal"
distfiles="https://github.com/immortal/immortal/archive/${version}.tar.gz"
checksum=a343581dbe58fb0faa1c65b233a067820d8d5ecefc9726da5ad3ef979a2a0b08
make_check=ci-skip # some tests fail when running as root
do_check() {
go test -v
}
post_install() {
for f in man/* ; do
vman $f
done
vmkdir usr/share/${pkgname}/example
vcopy "${wrksrc}/example/*" usr/share/${pkgname}/example
vlicense LICENSE
}