From 6c2498750e158f49a0e4ebdf93b5991abf45c7d1 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Fri, 31 Mar 2023 23:34:28 +0200 Subject: [PATCH] doc: add dependency declaration to the README.md This will help to make sure dependencies are explicitly stated and reflected in the PKGBUILD. --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 46294d6..95683a9 100644 --- a/README.md +++ b/README.md @@ -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)).