void-packages/srcpkgs/kubecfg/template
2020-02-11 19:09:22 +01:00

17 lines
604 B
Bash

# Template file for 'kubecfg'
pkgname=kubecfg
version=0.15.1
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=5b997e0d67364a81f377effc5c05dc74453ab87ca9299e8ca5de9caec8719261
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="go-jsonnet/builtins.go fails for 32 bit architectures"
fi