feat(pkgbuild): add shell completion
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -14,4 +14,8 @@ options=(!strip)
|
||||
|
||||
package() {
|
||||
install -Dm 755 "$srcdir/k0sctl-linux-x64-$pkgver" "$pkgdir/usr/bin/k0sctl"
|
||||
|
||||
"$pkgdir/usr/bin/k0sctl" completion --shell bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/k0sctl"
|
||||
"$pkgdir/usr/bin/k0sctl" completion --shell zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_k0sctl"
|
||||
"$pkgdir/usr/bin/k0sctl" completion --shell fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/k0sctl.fish"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user