Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
kmon
Commits:
7670c246 by George Hu at 2026-01-13T16:08:55+08:00
Install the Elvish shell completion
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -36,4 +36,5 @@ package() {
install -Dm 644 "target/completions/${pkgname}.bash"
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
install -Dm 644 "target/completions/${pkgname}.fish" -t
"${pkgdir}/usr/share/fish/vendor_completions.d"
install -Dm 644 "target/completions/_${pkgname}" -t
"${pkgdir}/usr/share/zsh/site-functions"
+ install -Dm 644 "target/completions/${pkgname}.elv" -t
"${pkgdir}/usr/share/elvish/lib"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kmon/-/commit/7670c246e2555ffb40514ee43f0a0ec96902b986
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kmon/-/commit/7670c246e2555ffb40514ee43f0a0ec96902b986
You're receiving this email because of your account on gitlab.archlinux.org.