13 lines
492 B
Bash
13 lines
492 B
Bash
# Template file for 'kubecfg'
|
|
pkgname=kubecfg
|
|
version=0.17.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=3e98d4d328b2265b4105c77fb83d2af78cec7e10adc8964b7fd45bade8dcdb7d
|