# Template file for 'kubetail'
pkgname=kubetail
version=1.6.22
revision=1
depends="bash"
short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/johanhaleby/kubetail"
distfiles="https://github.com/johanhaleby/kubetail/archive/${version}.tar.gz"
checksum=1b58fa4a2068dcb091b76b1e29e68039a76de50efd37400461e24f61fdc59b1b

do_install() {
	vbin kubetail
	for sh in bash fish zsh; do
		vcompletion completion/kubetail.$sh $sh
	done
}
