# Template file for 'kubetail' pkgname=kubetail version=1.6.8 revision=1 depends="bash" short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time" maintainer="Frank Steinborn " license="Apache-2.0" homepage="https://github.com/johanhaleby/kubetail" distfiles="https://github.com/johanhaleby/kubetail/archive/${version}.tar.gz" checksum=c6c7ffa54d6f5d28b8c3fa6a6a505827f0a0d4887d8376d6fc605b1bf7c8ae64 do_install() { vbin kubetail vinstall completion/kubetail.bash 0644 usr/share/bash-completion/completions kubetail vinstall completion/kubetail.fish 0644 usr/share/fish/completions/ vinstall completion/kubetail.zsh 0644 usr/share/zsh/site-functions _kubetail }