# Maintainer: Simon Weald pkgname=kubefwd-bin _srcname=kubefwd pkgdesc="kubefwd is a command line utility built to port forward some or all pods within a Kubernetes namespace." pkgver=1.22.5 pkgrel=1 arch=('x86_64') url="https://github.com/txn2/kubefwd" license=('apache') source=("${_srcname}-${pkgver}.tar.gz::https://github.com/txn2/kubefwd/releases/download/${pkgver}/kubefwd_Linux_x86_64.tar.gz") sha256sums=('45284187e0f30cc5484d62b1664ab6de7cf68487f271ba8c246f4889cae752a6') package() { cd ${srcdir} tar -xzf ${_srcname}-${pkgver}.tar.gz install -Dm755 "${srcdir}/${_srcname}" "${pkgdir}/usr/bin/${_srcname}" }