mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
parent
698fdf9164
commit
569340b3d9
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue