13 lines
481 B
Bash
13 lines
481 B
Bash
# Template file for 'k9s'
|
|
pkgname=k9s
|
|
version=0.24.10
|
|
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=9ed419006e8c9b8b82b12f0c07ff0ae8c75b8f2d9956536775aa00f1d25558f0
|