diff --git a/app-admin/chezmoi/chezmoi-2.52.2.ebuild b/app-admin/chezmoi/chezmoi-2.52.2.ebuild index 3f7e713..bcee7b8 100644 --- a/app-admin/chezmoi/chezmoi-2.52.2.ebuild +++ b/app-admin/chezmoi/chezmoi-2.52.2.ebuild @@ -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} } diff --git a/app-admin/chezmoi/chezmoi-2.52.3.ebuild b/app-admin/chezmoi/chezmoi-2.52.3.ebuild index df1bb28..0a7b3c5 100644 --- a/app-admin/chezmoi/chezmoi-2.52.3.ebuild +++ b/app-admin/chezmoi/chezmoi-2.52.3.ebuild @@ -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} } diff --git a/app-admin/chezmoi/chezmoi-2.52.4.ebuild b/app-admin/chezmoi/chezmoi-2.52.4.ebuild index e1eae0a..5f3bb39 100644 --- a/app-admin/chezmoi/chezmoi-2.52.4.ebuild +++ b/app-admin/chezmoi/chezmoi-2.52.4.ebuild @@ -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} }