diff --git a/srcpkgs/kubefwd/template b/srcpkgs/kubefwd/template new file mode 100644 index 00000000000..ad096127d16 --- /dev/null +++ b/srcpkgs/kubefwd/template @@ -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 " +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 +}