Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2023-03-31 23:34:28 +0200
committerLevente Polyak <anthraxx@archlinux.org>2023-05-20 00:08:12 +0200
commit6c2498750e158f49a0e4ebdf93b5991abf45c7d1 (patch)
treec62a63364ad5bff789f3fc28f29beecdcb3e43b9
parent5e22e4f81e61f4ad2228366439be00b691284894 (diff)
doc: add dependency declaration to the README.md
This will help to make sure dependencies are explicitly stated and reflected in the PKGBUILD.
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
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)).