# Maintainer: Victor pkgname=k9s-bin pkgver=0.13.1 pkgrel=1 pkgdesc='Kubernetes CLI To Manage Your Clusters In Style!' arch=('x86_64') url='https://github.com/derailed/k9s' license=('Apache') provides=('k9s') source=("https://github.com/derailed/k9s/releases/download/v${pkgver}/k9s_${pkgver}_Linux_x86_64.tar.gz") sha256sums=('3a9e92350f5f36f9765bd0219e6b5eecb24a396596da0a830ef07d72eedff348') package() { mkdir -p "${pkgdir}/usr/bin" install -D -m755 "${srcdir}/k9s" "${pkgdir}/usr/bin/k9s" }