Files
horizon-packages/srcpkgs/wander/template
T

24 lines
715 B
Bash

# Template file for 'wander'
pkgname=wander
version=0.11.2
revision=1
build_style=go
build_helper="qemu"
go_import_path="github.com/robinovitch61/wander"
go_ldflags="-X ${go_import_path}/cmd.Version=v${version}"
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=31aa68556b4b3dcce3602e34e549b5ff1cfce2ea79fe9b9c205b779260de4298
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
}