17 lines
558 B
Bash
17 lines
558 B
Bash
# Template file for 'k9s'
|
|
pkgname=k9s
|
|
version=0.31.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="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://k9scli.io/"
|
|
distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
|
|
checksum=4cffd6d21e66996ff31c98f52098daae1ddc3a515bdc34f4b7adb17420348179
|
|
|
|
# fix: collect2: fatal error: cannot find 'ld'
|
|
export LDFLAGS="-fuse-ld=bfd"
|