diff options
Diffstat (limited to 'gpgv.pkg/control')
-rw-r--r-- | gpgv.pkg/control | 11 |
1 files changed, 11 insertions, 0 deletions
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. |