diff --git a/srcpkgs/zvm/template b/srcpkgs/zvm/template index c48450bc01a..70de3d5381c 100644 --- a/srcpkgs/zvm/template +++ b/srcpkgs/zvm/template @@ -1,6 +1,6 @@ # Template file for 'zvm' pkgname=zvm -version=0.8.29 +version=0.9.1 revision=1 build_style=go build_helper="qemu" @@ -13,7 +13,7 @@ license="MIT" homepage="https://www.zvm.app" changelog="https://github.com/tristanisham/zvm/releases" distfiles="https://github.com/tristanisham/zvm/archive/refs/tags/v${version}.tar.gz" -checksum=d41875911b44bf0faf01322b6ec46958d73a80e49a8d50db4380c1f064ddc6cd +checksum=49769334b7a1dfa3065306d8037b2a7baa9993207af60ee8e39015ece4b1c94f post_install() { vlicense LICENSE @@ -22,4 +22,7 @@ post_install() { vtargetrun ${DESTDIR}/usr/bin/zvm completion ${_shell} > zvm.${_shell} vcompletion zvm.${_shell} ${_shell} done + for _man in man/*; do + vman ${_man} + done }