doc: Add checkpkg man page

This commit is contained in:
Jelle van der Waa 2018-09-09 21:02:44 +02:00 committed by Levente Polyak
parent 05c81038e5
commit 99969c67a9
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
2 changed files with 29 additions and 1 deletions

View File

@ -63,7 +63,8 @@ BASHCOMPLETION_LINKS = \
MANS = \
doc/lddd.1
doc/lddd.1 \
doc/checkpkg.1
all: $(BINPROGS) bash_completion zsh_completion man

27
doc/checkpkg.1.asciidoc Normal file
View File

@ -0,0 +1,27 @@
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.
See Also
--------
linkman:find-libprovides[1]
include::footer.asciidoc[]