summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2018-09-09 21:02:44 +0200
committerLevente Polyak <anthraxx@archlinux.org>2018-09-09 21:02:44 +0200
commit99969c67a9ef5ff0a49de5f4fa7a358d35518b1c (patch)
tree0e9e424a02517f65a910b2e63d334b3e90043814 /doc
parent05c81038e5d01962221e5fe2901813dbfba0f864 (diff)
downloaddevtools32-99969c67a9ef5ff0a49de5f4fa7a358d35518b1c.tar.xz
doc: Add checkpkg man page
Diffstat (limited to 'doc')
-rw-r--r--doc/checkpkg.1.asciidoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/checkpkg.1.asciidoc b/doc/checkpkg.1.asciidoc
new file mode 100644
index 0000000..96ec645
--- /dev/null
+++ b/doc/checkpkg.1.asciidoc
@@ -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[]