14 lines
492 B
Bash
14 lines
492 B
Bash
# Template file for 'kubecfg'
|
|
pkgname=kubecfg
|
|
version=0.13.1
|
|
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=1ebed3c7d815bbc8fcfcd3b49f7dd75f725167f7129f5acd9b66f9eb8a98ac5d
|