# Template file for 'immortal' pkgname=immortal version=0.21.0 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="A *nix cross-platform (OS agnostic) supervisor" maintainer="maxice8 " license="BSD-3-Clause" homepage="https://github.com/immortal/immortal" #changelog="https://raw.githubusercontent.com/immortal/immortal/master/CHANGELOG.md" distfiles="https://github.com/immortal/immortal/archive/${version}.tar.gz" checksum=124c2428404f1f3b577d78392ec098f73a4d5bfc5a0bf1a5ccfd61a6729bd425 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 }