void-packages/srcpkgs/kubetail/template
2019-02-06 23:15:32 -02:00

18 lines
719 B
Bash

# Template file for 'kubetail'
pkgname=kubetail
version=1.6.7
revision=1
depends="bash kubectl"
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=e664a6f588abb55e34ec93dc2a460014663a6c4d5a917c444407d4a21e9458e3
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
}