21 lines
625 B
Bash
21 lines
625 B
Bash
# Template file for 'kubefwd'
|
|
pkgname=kubefwd
|
|
version=1.22.4
|
|
revision=2
|
|
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=fa989cd8e31f7c80b9cf52ab1d0c03e38d4a3cf1922bb3c740b9618190f27ff5
|
|
|
|
# fix: collect2: fatal error: cannot find 'ld'
|
|
export LDFLAGS="-fuse-ld=bfd"
|
|
|
|
post_install() {
|
|
vlicense NOTICE
|
|
}
|