void-packages/srcpkgs/kubefwd/template
2020-05-22 15:17:52 +02:00

17 lines
531 B
Bash

# Template file for 'kubefwd'
pkgname=kubefwd
version=1.13.2
revision=1
build_style=go
go_import_path="github.com/txn2/kubefwd/cmd/kubefwd"
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/txn2/kubefwd"
distfiles="https://github.com/txn2/kubefwd/archive/${version}.tar.gz"
checksum=a919c3ec53a18597bdc9cdc60c625a71ee7d531474af2d53bc6bb6df6e7942e2
post_install() {
vlicense NOTICE
}