doc: add dependency declaration to the README.md

This will help to make sure dependencies are explicitly stated and
reflected in the PKGBUILD.
This commit is contained in:
Levente Polyak 2023-03-31 23:34:28 +02:00
parent 5e22e4f81e
commit 6c2498750e
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 31 additions and 0 deletions

View File

@ -32,6 +32,37 @@ will automatically build the project and proxy all calls to the local build dire
5. Upload the source tarball with ```make dist upload```
6. Update the package
## Dependencies
### Runtime Dependencies
- arch-install-scripts
- awk
- bash
- binutils
- coreutils
- diffutils
- findutils
- grep
- jq
- ncurses
- openssh
- parallel
- rsync
- sed
- systemd
- util-linux
- bzr
- git
- mercurial
- subversion
### Development Dependencies
- asciidoc
- make
- shellcheck
## License
Devtools is licensed under the terms of the **GPL-3.0-or-later** (see [LICENSE](LICENSE)).