diff options
| author | mobinmob <mobinmob@disroot.org> | 2024-08-16 21:47:59 +0300 |
|---|---|---|
| committer | mobinmob <mobinmob@disroot.org> | 2024-08-16 21:47:59 +0300 |
| commit | 017ec72df257c209d2dcb2e7671eba898c4e37cb (patch) | |
| tree | 1429e3a9355cb370da12e2edcff2e3b2bad03aff /doc/revdep.md | |
| parent | 1d375c30fb693224405700612e672f19aff45738 (diff) | |
| download | autils-017ec72df257c209d2dcb2e7671eba898c4e37cb.tar.gz autils-017ec72df257c209d2dcb2e7671eba898c4e37cb.zip | |
/docs : initial documentation commit.
Diffstat (limited to 'doc/revdep.md')
| -rw-r--r-- | doc/revdep.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/revdep.md b/doc/revdep.md new file mode 100644 index 0000000..be1bdf2 --- /dev/null +++ b/doc/revdep.md @@ -0,0 +1,22 @@ +# 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 rebuild 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** Be verbose in the operation. +- +# 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. |