k9s: pass version to build.

This commit is contained in:
Leah Neukirchen 2020-04-16 14:46:43 +02:00
parent b26a31fa3f
commit f094c40bf4

View file

@ -1,9 +1,10 @@
# Template file for 'k9s'
pkgname=k9s
version=0.19.2
revision=1
revision=2
build_style=go
go_import_path="github.com/derailed/k9s"
go_ldflags="-X ${go_import_path}/cmd.version=${version}"
short_desc="Terminal UI to interact with Kubernetes clusters"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"