From 626aecb4724fe5adc65f755d142804306fadb307 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Mon, 20 Jun 2022 01:15:34 +0200 Subject: make: split out man page files into doc/man folder --- doc/man/checkpkg.1.asciidoc | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/man/checkpkg.1.asciidoc (limited to 'doc/man/checkpkg.1.asciidoc') diff --git a/doc/man/checkpkg.1.asciidoc b/doc/man/checkpkg.1.asciidoc new file mode 100644 index 0000000..bd41416 --- /dev/null +++ b/doc/man/checkpkg.1.asciidoc @@ -0,0 +1,43 @@ +checkpkg(1) +=========== + +Name +---- +checkpkg - Compare the current build package with the repository version + +Synopsis +-------- +checkpkg + +Description +----------- + +Searches for a locally built package corresponding to the PKGBUILD, and +downloads the last version of that package from the Pacman repositories. It +then compares the list of .so files provided by each version of the package and +outputs if there are soname differences for the new package. A directory is +also created using mktemp with files containing a file list for both packages +and a library list for both packages. + +Options +------- + +*-r, --rmdir*:: + Remove the temporary directory created to contain the file and library list + of both packages. + +*-w, --warn*:: + Print a warning instead of a regular message in case of soname differences. + +*-M, --makepkg-config*:: + Set an alternate makepkg configuration file. + +*-h, --help*:: + Show a help text + +See Also +-------- + +linkman:find-libprovides[1] + +include::include/footer.asciidoc[] -- cgit v1.2.3-70-g09d2