void-packages/srcpkgs/kubefwd/template
2020-02-15 18:24:35 +01:00

17 lines
532 B
Bash

# Template file for 'kubefwd'
pkgname=kubefwd
version=1.12.0
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=433ed3a448aac17b1da390101821afdbf07b50c1fc955dd3523ac814d010befb
post_install() {
vlicense NOTICE
}