diff options
-rw-r--r-- | gpg-agent.pkg/control | 13 | ||||
-rw-r--r-- | gpg-agent.pkg/files | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gpg-agent.pkg/control b/gpg-agent.pkg/control new file mode 100644 index 0000000..8d77207 --- /dev/null +++ b/gpg-agent.pkg/control @@ -0,0 +1,13 @@ +Architecture: any +Platform: all +Depends: gnupg-common (= ${Binary-Version}), + libgcrypt.20 (>= 1.7.0), + libgpg-error.0 (>= 1.24), + libassuan.0 (>= 2.5.0), + libnpth.0 (>= 1.2), +Description: GNU Privacy Guard system - secret key management + ${Common-Description} + . + "gpg-agent" is a daemon to manage secret (private) keys independently from any + protocol. It is used as a backend for "gpg" and "gpgsm" as well as for a + couple of other utilities. diff --git a/gpg-agent.pkg/files b/gpg-agent.pkg/files new file mode 100644 index 0000000..75176ca --- /dev/null +++ b/gpg-agent.pkg/files @@ -0,0 +1,2 @@ +/usr/bin/gpg-agent +/usr/bin/gpg-connect-agent |