13 lines
492 B
Bash
13 lines
492 B
Bash
# Template file for 'kubecfg'
|
|
pkgname=kubecfg
|
|
version=0.12.5
|
|
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=1bb06d4a0718ad87d151c6354ebcc75353a7c9e5d218db63e6b6503e0f617ecb
|