George Hu pushed to branch main at Arch Linux / Packaging / Packages / typstyle
Commits:
60ed829f by George Hu at 2026-01-18T11:50:31+08:00
Install Elvish shell completion
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -36,4 +36,5 @@ package() {
install -Dm644 <("./${pkgname}" completions bash)
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
install -Dm644 <("./${pkgname}" completions zsh)
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
install -Dm644 <("./${pkgname}" completions fish)
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+ install -Dm644 <("./${pkgname}" completions elvish)
"${pkgdir}/usr/share/elvish/lib/${pkgname}.elv"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/60ed829fd033039f30632b86c5e20058545c3ca7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/60ed829fd033039f30632b86c5e20058545c3ca7
You're receiving this email because of your account on gitlab.archlinux.org.