diff options
author | Arkadiusz Drabczyk <arkadiusz@drabczyk.org> | 2020-07-01 21:20:36 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:07:59 +0700 |
commit | cf4838634f35d7e82974bd48e011867a10134d59 (patch) | |
tree | 665734547145ae03cda4bc5fd9a1018e9b5228ef /misc/moreutils/README | |
parent | c29597cef148e579062a0ff4733df6dc6b4b3ffb (diff) |
misc/moreutils: Make requirements optional, add a build variable
Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
Co-developed-by: B Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/moreutils/README')
-rw-r--r-- | misc/moreutils/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/moreutils/README b/misc/moreutils/README index 793048affbe92..3a234765a38e6 100644 --- a/misc/moreutils/README +++ b/misc/moreutils/README @@ -1,4 +1,10 @@ moreutils is a growing collection of the unix tools that nobody thought to write long ago when unix was young. -This package conflicts with system/parallel. +perl-IPC-Run is an optional dependency, if it's missing chronic will +not be installed. + +This package conflicts with system/parallel so moreutils version of +parallel is not installed by default. To install it: + + PARALLEL=yes ./moreutils.SlackBuild |