void-packages/srcpkgs/kubetail/template

19 lines
556 B
Bash

# Template file for 'kubetail'
pkgname=kubetail
version=1.6.16
revision=1
depends="bash"
short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="Apache-2.0"
homepage="https://github.com/johanhaleby/kubetail"
distfiles="https://github.com/johanhaleby/kubetail/archive/${version}.tar.gz"
checksum=24ab0205677a8a35405876076fdc410ed86217cd20e51b0c684f66914ea6fd16
do_install() {
vbin kubetail
for sh in bash fish zsh; do
vcompletion completion/kubetail.$sh $sh
done
}