17 lines
532 B
Bash
17 lines
532 B
Bash
# Template file for 'kubefwd'
|
|
pkgname=kubefwd
|
|
version=1.13.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=89c74a42550255aa5dbf897752af009f160d8395a815c27c72e02dbd2a8bba4e
|
|
|
|
post_install() {
|
|
vlicense NOTICE
|
|
}
|