media-video/trakt-scrobbler: install zsh completions

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2022-02-23 15:39:33 +01:00
parent d1527af9c5
commit 7a53b7e385

View File

@@ -34,6 +34,13 @@ python_test(){
eunittest tests/
}
python_install() {
distutils-r1_python_install
insinto "/usr/share/zsh/site-functions"
newins "${S}/completions/trakts.zsh" "_trakts"
}
pkg_postinst() {
optfeature "start at boot support (see the trakts autostart command)" sys-apps/systemd
}