commit: 975c89612c8d20937251fa087fd615f18bdb3ef3
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon May 27 07:49:48 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Mon May 27 07:49:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=975c8961
app-crypt/totp-cli-bin: einfo add that refer to app-admin/keepassxc
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild
b/app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild
index 9c4df5f77..a74cf6c8d 100644
--- a/app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild
+++ b/app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild
@@ -20,3 +20,7 @@ QA_PREBUILT="usr/bin/$PN"
src_install() {
newbin totp-cli ${PN}
}
+
+pkg_postinst() {
+ einfo "For a more mature TOTP you can try app-admin/keepassxc, cli
included"
+}