14 lines
492 B
Bash
14 lines
492 B
Bash
# Template file for 'kubecfg'
|
|
pkgname=kubecfg
|
|
version=0.22.0
|
|
revision=2
|
|
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=1a27df34f815069c843da18430bca2ae0aa7d3156ea17c5bd4efcfa23014b768
|