Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/export-pkgbuild-keys.1.asciidoc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-06-09 21:25:10 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-09 21:25:10 +0200
commit7a8f10149823feaa6d890a1e2ac8e2089f2aad00 (patch)
tree33ebf386dcd7f1719241a08f13d457b7bda2889b /doc/export-pkgbuild-keys.1.asciidoc
parent01b6196883d0e44b9f8f17c7f4f28df27ab5ac14 (diff)
doc/export-pkgbuild-keys.1: fix filename to detect manpage location
The manpage doc has been added without a suffix which fails during install.
Diffstat (limited to 'doc/export-pkgbuild-keys.1.asciidoc')
-rw-r--r--doc/export-pkgbuild-keys.1.asciidoc25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/export-pkgbuild-keys.1.asciidoc b/doc/export-pkgbuild-keys.1.asciidoc
new file mode 100644
index 0000000..9c47515
--- /dev/null
+++ b/doc/export-pkgbuild-keys.1.asciidoc
@@ -0,0 +1,25 @@
+export-pkgbuild-keys(1)
+=======================
+
+Name
+----
+export-pkgbuild-keys - Export valid source signing keys from a PKGBUILD
+
+Synopsis
+--------
+export-pkgbuild-keys
+
+Description
+-----------
+
+Export the PGP keys from a PKGBUILDs validpgpkeys array into the keys/pgp/
+subdirectory. Useful for distributing packager validated source signing
+keys alongside PKGBUILDs.
+
+Options
+-------
+
+*-h, --help*::
+ Show a help text.
+
+include::footer.asciidoc[]