14 lines
492 B
Bash
14 lines
492 B
Bash
# Template file for 'kubecfg'
|
|
pkgname=kubecfg
|
|
version=0.14.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=6843d456871215d9426aea667178808a6749b329268e3c3385e7be8f5c8d9589
|