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:
parent
723a0cd1da
commit
a9f603cf79
3 changed files with 21 additions and 3 deletions
|
@ -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}
|
||||
}
|
||||
|
|
|
@ -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}
|
||||
}
|
||||
|
|
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue