diff --git a/srcpkgs/wander/template b/srcpkgs/wander/template index 0944f1e863f..e5e8718c565 100644 --- a/srcpkgs/wander/template +++ b/srcpkgs/wander/template @@ -1,16 +1,22 @@ # Template file for 'wander' pkgname=wander -version=0.8.0 -revision=3 +version=0.11.1 +revision=1 build_style=go +build_helper="qemu" go_import_path="github.com/robinovitch61/wander" short_desc="Terminal application for HashiCorp Nomad" maintainer="Toyam Cox " license="MIT" homepage="https://github.com/robinovitch61/wander" distfiles="https://github.com/robinovitch61/wander/archive/refs/tags/v${version}.tar.gz" -checksum=66cc5af222bb9c413e60223652645bbf1c99aa50edd4cb9a3eb88e79e518f776 +checksum=84d543cdec93d2b6e23af85a27c9ccdde2c692d50ee738d902f24888c7456bf1 post_install() { + for sh in fish bash zsh; do + vtargetrun "${DESTDIR}"/usr/bin/wander completion $sh > wander.$sh + vcompletion wander.$sh $sh + done + vlicense LICENSE }