Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
skim
Commits:
86f4c4c2 by Integral at 2026-01-23T16:56:31+08:00
Install fish shell completion
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -66,6 +66,7 @@ package() {
# shell completion
install -vDm644 shell/completion.bash
"$pkgdir/usr/share/bash-completion/completions/sk"
install -vDm644 shell/completion.zsh
"$pkgdir/usr/share/zsh/site-functions/_sk"
+ install -vDm644 shell/completion.fish
"$pkgdir/usr/share/fish/vendor_completions.d/sk.fish"
# license
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/skim/-/commit/86f4c4c202d281fd56f6d07748fb84bfbea964e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/skim/-/commit/86f4c4c202d281fd56f6d07748fb84bfbea964e4
You're receiving this email because of your account on gitlab.archlinux.org.