aboutsummaryrefslogtreecommitdiff
path: root/system/kc/README
diff options
context:
space:
mode:
authorLEVAI Daniel <leva@ecentrum.hu>2018-04-24 00:00:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-24 00:00:32 +0700
commita1fbaf0d618783a8f41599bc9c927ba4663f6f5e (patch)
treefe1ce6c4db4a40ca21b62823a2c92c9cbdedf00e /system/kc/README
parent1781f960ae89606fa281afe2b94da25f14a50c8e (diff)
downloadslackbuilds-a1fbaf0d618783a8f41599bc9c927ba4663f6f5e.tar.xz
system/kc: Updated for version 2.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kc/README')
-rw-r--r--system/kc/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/kc/README b/system/kc/README
index b8b8f0ef4d45..b88731412b79 100644
--- a/system/kc/README
+++ b/system/kc/README
@@ -12,3 +12,12 @@ Features include (but not limited to):
* 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.
+ It needs the libedit library for this, that is also available
+ from SBo.