wander: update to 0.11.1.
This commit is contained in:
parent
8bce3b0b27
commit
a9441c5f2d
@ -1,16 +1,22 @@
|
|||||||
# Template file for 'wander'
|
# Template file for 'wander'
|
||||||
pkgname=wander
|
pkgname=wander
|
||||||
version=0.8.0
|
version=0.11.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
build_helper="qemu"
|
||||||
go_import_path="github.com/robinovitch61/wander"
|
go_import_path="github.com/robinovitch61/wander"
|
||||||
short_desc="Terminal application for HashiCorp Nomad"
|
short_desc="Terminal application for HashiCorp Nomad"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/robinovitch61/wander"
|
homepage="https://github.com/robinovitch61/wander"
|
||||||
distfiles="https://github.com/robinovitch61/wander/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/robinovitch61/wander/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=66cc5af222bb9c413e60223652645bbf1c99aa50edd4cb9a3eb88e79e518f776
|
checksum=84d543cdec93d2b6e23af85a27c9ccdde2c692d50ee738d902f24888c7456bf1
|
||||||
|
|
||||||
post_install() {
|
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
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user