summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-04 22:50:27 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-04 22:50:27 (EST)
commita792397266e0cd7317bbc6daf0c35988b5218c40 (patch)
tree8d4bb44a8bfe87b0679f6e980daf80debdc453fa
parent471b070daddfd3f6a82bceea83a50438dac5fcea (diff)
gnupg-utils: New binary package
-rw-r--r--gnupg-utils.pkg/control21
-rw-r--r--gnupg-utils.pkg/files9
2 files changed, 30 insertions, 0 deletions
diff --git a/gnupg-utils.pkg/control b/gnupg-utils.pkg/control
new file mode 100644
index 0000000..7413ec0
--- /dev/null
+++ b/gnupg-utils.pkg/control
@@ -0,0 +1,21 @@
+Architecture: any
+Platform: all
+Depends: gnupg-common (= ${Binary-Version}),
+ libgcrypt.20 (>= 1.7.0),
+ libgpg-error.0 (>= 1.24),
+ libksba.8 (>= 1.3.4),
+ libassuan.0 (>= 2.5.0),
+Description: GNU Privacy Guard system - utilities
+ ${Common-Description}
+ .
+ This package provides the following GnuPG utilities:
+ .
+ * gpgparsemail -- parse a mail message into an annotated format
+ * gpgtar -- encrypt or sign files into an archive
+ * kbxutil -- list, export, and import Keybox data
+ * watchgnupg -- read and print logs from a socket
+ * gpg-check-pattern -- check passphrases against patterns
+ * gpg-preset-passphrase -- put a passphrase into gpg-agent's cache
+ * gpg-protect-tool -- test the secret key protection
+ * addgnupghome -- create ".gnupg" home directories
+ * applygnupgdefaults -- run "gpgconf --apply-defaults" for all users.
diff --git a/gnupg-utils.pkg/files b/gnupg-utils.pkg/files
new file mode 100644
index 0000000..9eeddb1
--- /dev/null
+++ b/gnupg-utils.pkg/files
@@ -0,0 +1,9 @@
+/usr/bin/gpgparsemail
+/usr/bin/gpgtar
+/usr/bin/kbxutil
+/usr/bin/watchgnupg
+/usr/lib/*/gpg-check-pattern
+/usr/lib/*/gpg-preset-passphrase
+/usr/lib/*/gpg-protect-tool
+/usr/sbin/addgnupghome
+/usr/sbin/applygnupgdefaults