17 lines
604 B
Bash
17 lines
604 B
Bash
# Template file for 'kubecfg'
|
|
pkgname=kubecfg
|
|
version=0.15.3
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/bitnami/kubecfg"
|
|
go_ldflags="-X main.version=v${version}"
|
|
short_desc="Tool for managing Kubernetes resources as code"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/bitnami/kubecfg"
|
|
distfiles="https://github.com/bitnami/kubecfg/archive/v${version}.tar.gz"
|
|
checksum=195ac29c2034291b4f04dff236fa0b1f4941e5f80bb95cd6c1caf9ba7c6305d5
|
|
|
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
|
broken="go-jsonnet/builtins.go fails for 32 bit architectures"
|
|
fi
|