diff --git a/srcpkgs/sbctl/template b/srcpkgs/sbctl/template index b47ab52484c..e5bf3cadfe0 100644 --- a/srcpkgs/sbctl/template +++ b/srcpkgs/sbctl/template @@ -1,7 +1,7 @@ # Template file for 'sbctl' pkgname=sbctl version=0.16 -revision=1 +revision=2 build_style=go build_helper=qemu go_import_path="github.com/foxboron/sbctl" @@ -21,6 +21,7 @@ export GOFLAGS="-buildmode=pie" post_install() { make man vman docs/sbctl.8 + vman docs/sbctl.conf.5 vlicense LICENSE local SBCTL="${DESTDIR}/usr/bin/sbctl"