diff options
-rw-r--r-- | gpgsm.pkg/control | 14 | ||||
-rw-r--r-- | gpgsm.pkg/files | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gpgsm.pkg/control b/gpgsm.pkg/control new file mode 100644 index 0000000..259ff4c --- /dev/null +++ b/gpgsm.pkg/control @@ -0,0 +1,14 @@ +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 - CMS encryption and signing tool + ${Common-Description} + . + "gpgsm" is a tool similar to "gpg" to provide digital encryption and signing + services on X.509 certificates and the CMS protocol. It is mainly used as a + backend for S/MIME mail processing. "gpgsm" includes full featured certificate + management and complies with all rules defined for the German Sphinx project. diff --git a/gpgsm.pkg/files b/gpgsm.pkg/files new file mode 100644 index 0000000..72535f6 --- /dev/null +++ b/gpgsm.pkg/files @@ -0,0 +1 @@ +/usr/bin/gpgsm |