# Template file for 'kubefwd'
pkgname=kubefwd
version=1.23.2
revision=1
build_style=go
go_import_path="github.com/txn2/kubefwd"
go_package="./cmd/kubefwd"
go_ldflags="-X main.Version=v${version}"
short_desc="Bulk port forwarding Kubernetes services for local development"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/txn2/kubefwd"
distfiles="https://github.com/txn2/kubefwd/archive/v${version}.tar.gz"
checksum=e291c23bf565332d95837d6748d05f244f221ba6589679e51f77939aa828295b

# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"
