13 lines
480 B
Bash
13 lines
480 B
Bash
# Template file for 'k9s'
|
|
pkgname=k9s
|
|
version=0.20.5
|
|
revision=1
|
|
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"
|
|
homepage="https://k9scli.io/"
|
|
distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
|
|
checksum=baaaa57482e9345245261eb14acaeb591acc0fced7c61fff6526c98f3a933b17
|