slackbuilds/system/kc
Andrew Clemons 93edc5d2cf
system/kc: Don't block build completely with call to read.
A raw read call means we can't easily automatically test this build.
Other builds have similar handling - xview, zseal, xmms-cue, etc,
but they all have a max timeout so the build is not completely
blocked.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-07 08:13:24 +07:00
..
README system/kc: Updated for version 2.5.0. 2022-12-22 21:05:25 +07:00
kc.SlackBuild system/kc: Don't block build completely with call to read. 2023-01-07 08:13:24 +07:00
kc.info system/kc: Updated for version 2.5.1. 2022-12-31 09:14:43 +07:00
slack-desc

README

kc is a console based password storing application using an encrypted
XML document as its database.

Features include (but not limited to):
 * fixed string or regex based search (if compiled with pcre)
 * encrypted or plain text database import/export
 * fuzzy displaying of passwords if you suspect someone might watch
   your monitor
 * copy passwords to various clipboards
 * multiple keychains per database
 * the usual editing functions
 * compiles and works on *BSD and Linux
 * editline (libedit) and readline support
 * clean and simple CLI with command and keychain completion

This SlackBuild has build options to control some of its behavior:
LIBSCRYPT: If this variable is set, kc will be built with scrypt
      encrypted passwords support. It needs the libscrypt library
      for this, that is also available from SBo.
EDITLINE: If this variable is set, kc will use editline for its
      command line interface; otherwise, readline will be used.
PCRE: If this variable is set, kc will use libcpre to enable
      perl-compatible regular expressions while searching.
      Note that POSIX regular expressions are supported without
      the need of this.