18 lines
712 B
Bash
18 lines
712 B
Bash
# Template file for 'kubetail'
|
|
pkgname=kubetail
|
|
version=1.6.10
|
|
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=9bb4ecd1d3a7b1e9627fc8b5117d1c7ff03f2ddea25252b250395e4ac4817b26
|
|
|
|
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
|
|
}
|