mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
wander: update to 0.11.1.
This commit is contained in:
parent
8bce3b0b27
commit
a9441c5f2d
1 changed files with 9 additions and 3 deletions
|
@ -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 <Vaelatern@voidlinux.org>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue