void-packages/srcpkgs/kubefwd/template
2021-10-28 13:33:39 +02:00

18 lines
547 B
Bash

# Template file for 'kubefwd'
pkgname=kubefwd
version=1.22.0
revision=1
build_style=go
go_import_path="github.com/txn2/kubefwd/cmd/kubefwd"
go_ldflags="-X main.Version=v${version}"
short_desc="Bulk port forwarding Kubernetes services for local development"
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=38a36dfe7182b4a9a4515d49c6dbeeceb101397cc5c11fbf720d2570cb0b86ef
post_install() {
vlicense NOTICE
}