New package: kubefwd-1.9.2
This commit is contained in:
parent
5e316ef158
commit
8c3b1b7573
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue