mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
www-apps/nikola: Use newzshcomp
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10,11,12,13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 optfeature pypi
|
||||
inherit distutils-r1 optfeature pypi shell-completion
|
||||
|
||||
DESCRIPTION="A static website and blog generator"
|
||||
HOMEPAGE="https://getnikola.com/"
|
||||
@@ -52,8 +52,7 @@ src_install() {
|
||||
gunzip "${ED}/usr/share/man/man1/${PN}.1.gz" || die
|
||||
|
||||
newbashcomp ${PN}.bashcomp ${PN}
|
||||
insinto /usr/share/zsh/site-functions
|
||||
newins ${PN}.zshcomp _${PN}
|
||||
newzshcomp ${PN}.zshcomp _${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
Reference in New Issue
Block a user