void-packages/srcpkgs/kubecfg/template
2021-03-13 08:21:28 +07:00

18 lines
649 B
Bash

# Template file for 'kubecfg'
pkgname=kubecfg
version=0.18.0
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=710cedf1604ab8d7880cc4ea0e171bc8785067b23e8610665fd6b18de8a15793
if [ "$XBPS_TARGET_WORDSIZE" != 64 ]; then
broken="vendor/github.com/google/go-jsonnet/builtins.go:865:82: constant -9223372036854775808 overflows int"
fi