aboutsummaryrefslogtreecommitdiff
path: root/doc/revdep.md
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-08-17 16:47:58 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-08-17 16:47:58 +0000
commite350d82da6b4d74d03e8c2f06ba2486e38ce3d6f (patch)
treed4765fcf8ad35b0e952ff56c30b99928674ce82d /doc/revdep.md
parent5b846120c48e30d6e034efb9364d1bb09fa26ee8 (diff)
parent60e1e719a99d2197d3a080d3a4907d59cb45f079 (diff)
downloadautils-e350d82da6b4d74d03e8c2f06ba2486e38ce3d6f.tar.gz
autils-e350d82da6b4d74d03e8c2f06ba2486e38ce3d6f.zip
Merge pull request 'Docs for apkg, revdep and apkg.conf.' (#3) from mobinmob/autils:docs into main
Reviewed-on: https://codeberg.org/emmett1/autils/pulls/3
Diffstat (limited to 'doc/revdep.md')
-rw-r--r--doc/revdep.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/revdep.md b/doc/revdep.md
new file mode 100644
index 0000000..fd50104
--- /dev/null
+++ b/doc/revdep.md
@@ -0,0 +1,23 @@
+# NAME
+
+**revdep** - utility to discover and rebuild reverse deps
+
+# DESCRIPTION
+
+**revdep** is a utility inspired by the gentoo program revdep-rebuild. It is written in posix shell and
+it can discover programs that need to be rebuilt after library upgrades or are missing libraries.
+It should probably run after any big upgrade, especially those that feature lib version bumps.
+
+# OPTIONS
+
+- **-h** Show program help.
+- **-v** Verbose output of the operation.
+
+# REPORTING BUGS
+
+**apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues
+
+# AUTHORS
+
+emmett1 <emmett1.2miligrams@protonmail.com> Author of the program and creator of alice linux.
+mobinmob <mobinmob@disroot.org> Author of the man page.