13 lines
480 B
Bash
13 lines
480 B
Bash
# Template file for 'k9s'
|
|
pkgname=k9s
|
|
version=0.24.9
|
|
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=d4a97a244d2320e42015505e4d78dd1a459adf822371e5e910f6b33027b290ae
|