sbctl: add man pages

Closes: #53313 [via git-merge-pr]
This commit is contained in:
dkwo 2024-12-02 15:10:19 -05:00 committed by classabbyamp
parent 698fdf9164
commit 569340b3d9
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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"