void-packages/srcpkgs/kubefwd/template

18 lines
532 B
Bash
Raw Normal View History

2019-12-31 15:21:32 +00:00
# Template file for 'kubefwd'
pkgname=kubefwd
2020-01-01 14:18:23 +00:00
version=1.11.1
2019-12-31 15:21:32 +00:00
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"
2020-01-01 14:18:23 +00:00
distfiles="https://github.com/txn2/kubefwd/archive/${version}.tar.gz"
checksum=776fdf0e71e9283511af5fcfaba4b9c51b072d1786be97ce4be3cccd3c97ef1c
2019-12-31 15:21:32 +00:00
post_install() {
vlicense NOTICE
}