Skip to content

Commit

Permalink
README.md: tweak reqs; we depend on GNU install(1) for now.
Browse files Browse the repository at this point in the history
would be nice to make a wrapper that also supports BSD install(1) :-)
  • Loading branch information
Juan RP committed Jun 22, 2019
1 parent 663dbd7 commit 2d1056c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Expand Up @@ -9,14 +9,11 @@ or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respecti

### Requirements

- GNU bash (included by default with void)
- xbps >= 0.46 (included by default with void)
- curl(1) (xbps-src update-check)
- flock(1) (util-linux) (included by default with void)
- mktemp(1) (POSIX) (included by default with void)
- mkfifo(1) (POSIX) (included by default with void)
- sed(1) (POSIX) (included by default with void)
- grep(1) (POSIX) (included by default with void)
- GNU bash
- xbps >= 0.55
- curl(1) - required by `xbps-src update-check`
- flock(1) - util-linux
- install(1) - coreutils
- other common POSIX utilities included by default in almost all UNIX systems.

`xbps-src` requires a utility to chroot and bind mount existing directories
Expand Down

0 comments on commit 2d1056c

Please sign in to comment.