17 lines
502 B
Bash
17 lines
502 B
Bash
# Template file for 'wander'
|
|
pkgname=wander
|
|
version=0.8.0
|
|
revision=3
|
|
build_style=go
|
|
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
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|