New package: kubefwd-1.9.2

This commit is contained in:
Leah Neukirchen 2019-12-31 16:21:32 +01:00
parent 5e316ef158
commit 8c3b1b7573
1 changed files with 17 additions and 0 deletions

17
srcpkgs/kubefwd/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'kubefwd'
pkgname=kubefwd
version=1.9.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/v${version}.tar.gz"
checksum=6627d6d020b79c197c18f6547d6d0e51a1046a8c6dd77adc526e0fb04dad051b
post_install() {
vlicense NOTICE
}