# Maintainer: Victor pkgname=k9s-bin pkgver=0.7.8 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/${pkgver}/k9s_${pkgver}_Linux_x86_64.tar.gz") md5sums=('f2d133e5e06c116d864698b8769a772f') package() { mkdir -p "${pkgdir}/usr/bin" install -D -m755 "${srcdir}/k9s" "${pkgdir}/usr/bin/k9s" }