aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 4226668f6eced894585940c42c17e0a313b9797d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: keyringer
Section: misc
Priority: extra
Maintainer: Silvio Rhatto <rhatto@riseup.net>
Build-Depends: debhelper (>= 9.20120909~)
Standards-Version: 3.9.8
Homepage: https://keyringer.fluxo.info
Vcs-Git: https://0xacab.org/rhatto/keyringer.git
Vcs-Browser: https://0xacab.org/rhatto/keyringer/-/tree/debian

Package: keyringer
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk
Recommends: openssl, xdg-utils, wipe, tree, xclip, xdotool
Description: Distributed secret management using GnuPG and Git
 Keyringer lets you manage and share secrets using GnuPG and Git in a
 distributed fashion. It has custom commands to encrypt, decrypt and
 recrypt secrets as well as create key pairs and supports encryption
 to multiple recipients and groups of different recipients to ensure
 the same repository can be shared with a workgroup but allowing to
 keep some secrets available just to subsets of that group.
 .
 OpenSSL is needed to generate X.509 certificates and keys and
 xdg-utils are needed to open and edit encrypted secrets according
 to their file types.