From 5e6ab260e1e7c07bab7e5126f80f8f82d9ff7236 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Tue, 04 Dec 2018 14:46:57 -0500
Subject: gpgv: New binary package

---
diff --git a/gpg.pkg/control b/gpg.pkg/control
index 2a8947f..2b26ea0 100644
--- a/gpg.pkg/control
+++ b/gpg.pkg/control
@@ -4,4 +4,7 @@ Depends: gnupg-common (= ${Binary-Version})
 Description: GNU Privacy Guard system - OpenPGP encryption and signing tool
  ${Common-Description}
  .
- This package provides the "gpg" OpenPGP encryption and signing tool.
+ "gpg" is the OpenPGP part of the GNU Privacy Guard (GnuPG).  It is a tool to
+ provide digital encryption and signing services using the OpenPGP standard.
+ "gpg" features complete key management and all the bells and whistles you would
+ expect from a full OpenPGP implementation.
diff --git a/gpgv.pkg/control b/gpgv.pkg/control
new file mode 100644
index 0000000..810c3c7
--- /dev/null
+++ b/gpgv.pkg/control
@@ -0,0 +1,11 @@
+Architecture: any
+Platform: all
+Depends: gnupg-common (= ${Binary-Version})
+Description: GNU Privacy Guard system - OpenPGP signature verification tool
+ ${Common-Description}
+ .
+ "gpgv" is actually a stripped-down version of "gpg" which is only able to check
+ signatures.  It is somewhat smaller than the fully-blown "gpg" and uses a
+ different (and simpler) way to check that the public keys used to make the
+ signature are valid.  There are no configuration files and only a few options
+ are implemented.
diff --git a/gpgv.pkg/files b/gpgv.pkg/files
new file mode 100644
index 0000000..f49a0c4
--- /dev/null
+++ b/gpgv.pkg/files
@@ -0,0 +1 @@
+/usr/bin/gpgv
--
cgit v0.9.1