README.md: tweak reqs; we depend on GNU install(1) for now.

would be nice to make a wrapper that also supports BSD install(1) :-)
This commit is contained in:
Juan RP 2019-06-22 10:40:35 +02:00
parent 663dbd7e5b
commit 2d1056ce87
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -9,14 +9,11 @@ or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respecti
### Requirements ### Requirements
- GNU bash (included by default with void) - GNU bash
- xbps >= 0.46 (included by default with void) - xbps >= 0.55
- curl(1) (xbps-src update-check) - curl(1) - required by `xbps-src update-check`
- flock(1) (util-linux) (included by default with void) - flock(1) - util-linux
- mktemp(1) (POSIX) (included by default with void) - install(1) - coreutils
- mkfifo(1) (POSIX) (included by default with void)
- sed(1) (POSIX) (included by default with void)
- grep(1) (POSIX) (included by default with void)
- other common POSIX utilities included by default in almost all UNIX systems. - other common POSIX utilities included by default in almost all UNIX systems.
`xbps-src` requires a utility to chroot and bind mount existing directories `xbps-src` requires a utility to chroot and bind mount existing directories