New package: kubetail-1.6.5

This commit is contained in:
Frank Steinborn 2018-10-17 21:43:38 +02:00 committed by Toyam Cox
parent 5dd0242afe
commit a0a22761e7
1 changed files with 18 additions and 0 deletions

18
srcpkgs/kubetail/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'kubetail'
pkgname=kubetail
version=1.6.5
revision=1
depends="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=e9e7f6e26db9e177c972875780f998761534b6f29d7a59ab3042958b78935f99
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
}