kubetail: install fish completion to vendor_completions.d

This commit is contained in:
Piraty 2020-02-25 11:42:45 +01:00 committed by Piraty
parent 0451d9afd7
commit da1c6cf0c2

View file

@ -1,7 +1,7 @@
# Template file for 'kubetail' # Template file for 'kubetail'
pkgname=kubetail pkgname=kubetail
version=1.6.10 version=1.6.10
revision=1 revision=2
depends="bash" depends="bash"
short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time" short_desc="Bash script to tail Kubernetes logs from multiple pods at the same time"
maintainer="Frank Steinborn <steinex@nognu.de>" maintainer="Frank Steinborn <steinex@nognu.de>"
@ -13,6 +13,6 @@ checksum=9bb4ecd1d3a7b1e9627fc8b5117d1c7ff03f2ddea25252b250395e4ac4817b26
do_install() { do_install() {
vbin kubetail vbin kubetail
vinstall completion/kubetail.bash 0644 usr/share/bash-completion/completions kubetail vinstall completion/kubetail.bash 0644 usr/share/bash-completion/completions kubetail
vinstall completion/kubetail.fish 0644 usr/share/fish/completions/ vinstall completion/kubetail.fish 0644 usr/share/fish/vendor_completions.d
vinstall completion/kubetail.zsh 0644 usr/share/zsh/site-functions _kubetail vinstall completion/kubetail.zsh 0644 usr/share/zsh/site-functions _kubetail
} }