app-admin/chezmoi: add doc and shell completions

Added in https://github.com/jaredallard/overlay/pull/9. Recommited and
added 2.52.4 by me because of signed commit requirement.

Co-authored-by: xfzv <xfzv@users.noreply.github.com>
This commit is contained in:
Jared Allard 2024-10-17 18:12:20 -07:00
parent 723a0cd1da
commit a9f603cf79
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U
3 changed files with 21 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
inherit go-module shell-completion
VERSION_GIT_HASH="f91dbfc2256b59c003ecdf28815a265e48eeecc3"
@ -39,4 +39,10 @@ src_compile() {
src_install() {
dobin chezmoi
einstalldocs
newbashcomp completions/${PN}-completion.bash ${PN}
dofishcomp completions/${PN}.fish
newzshcomp completions/${PN}.zsh _${PN}
}

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
inherit go-module shell-completion
VERSION_GIT_HASH="c136cd0324b46d311427eaf8ebff3d4532effbb1"
@ -39,4 +39,10 @@ src_compile() {
src_install() {
dobin chezmoi
einstalldocs
newbashcomp completions/${PN}-completion.bash ${PN}
dofishcomp completions/${PN}.fish
newzshcomp completions/${PN}.zsh _${PN}
}

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
inherit go-module shell-completion
VERSION_GIT_HASH="2f7b26d2f84c279bca652a11344ce4cd31365f3b"
@ -39,4 +39,10 @@ src_compile() {
src_install() {
dobin chezmoi
einstalldocs
newbashcomp completions/${PN}-completion.bash ${PN}
dofishcomp completions/${PN}.fish
newzshcomp completions/${PN}.zsh _${PN}
}