void-packages/srcpkgs/immortal/template
2020-03-23 14:05:20 +01:00

32 lines
832 B
Bash

# Template file for 'immortal'
pkgname=immortal
version=0.24.3
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}"
hostmakedepends="git"
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=e31d5afb9028fb5047b5a2cc5f96c844f6480d600643a12075550f497e65f5cb
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
}