From ac1f0d93ba7e924dbf0bd33a75e540885fc5d31e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 22 Oct 2023 21:57:15 -0400 Subject: [PATCH] wander: update to 0.11.1. --- srcpkgs/wander/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wander/template b/srcpkgs/wander/template index 0944f1e863fdd..e5e8718c5658b 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 }