# Maintainer: Victor Demonchy pkgname=kubetail pkgver=1.6.5 pkgrel=1 pkgdesc="Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream" arch=('any') url="https://github.com/johanhaleby/kubetail" license=('Apache') depends=('kubectl-bin') source=(https://github.com/johanhaleby/$pkgname/archive/$pkgver.tar.gz) md5sums=('8da73f77991decf26604e7e15894015a') package() { cd "$pkgname-$pkgver" mkdir -p "$pkgdir/usr/bin" install -m755 kubetail "$pkgdir/usr/bin/kubetail" }