mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
698fdf9164
commit
569340b3d9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sbctl'
|
# Template file for 'sbctl'
|
||||||
pkgname=sbctl
|
pkgname=sbctl
|
||||||
version=0.16
|
version=0.16
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path="github.com/foxboron/sbctl"
|
go_import_path="github.com/foxboron/sbctl"
|
||||||
|
@ -21,6 +21,7 @@ export GOFLAGS="-buildmode=pie"
|
||||||
post_install() {
|
post_install() {
|
||||||
make man
|
make man
|
||||||
vman docs/sbctl.8
|
vman docs/sbctl.8
|
||||||
|
vman docs/sbctl.conf.5
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
local SBCTL="${DESTDIR}/usr/bin/sbctl"
|
local SBCTL="${DESTDIR}/usr/bin/sbctl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue