aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Zdanevich <zdanevich.vitaly@ya.ru>2024-05-27 11:49:48 +0400
committerVitaly Zdanevich <zdanevich.vitaly@ya.ru>2024-05-27 11:49:48 +0400
commit975c89612c8d20937251fa087fd615f18bdb3ef3 (patch)
tree84fc35fd65f3197bb1bbdd440f433060b45c55bb /app-crypt
parentmedia-video/ciano: drop 0.2.4-r1 (diff)
downloadguru-975c89612c8d20937251fa087fd615f18bdb3ef3.tar.gz
guru-975c89612c8d20937251fa087fd615f18bdb3ef3.tar.bz2
guru-975c89612c8d20937251fa087fd615f18bdb3ef3.zip
app-crypt/totp-cli-bin: einfo add that refer to app-admin/keepassxc
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild4
1 files changed, 4 insertions, 0 deletions
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"
+}