File: control

package info (click to toggle)
gokey 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 208 kB
  • sloc: makefile: 11
file content (49 lines) | stat: -rw-r--r-- 2,113 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: gokey
Section: utils
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-golang-x-crypto-dev (>= 1:0.0~git20220622.0559593),
               golang-golang-x-term-dev (>= 0.0~git20201126.7de9c90),
               pandoc
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/gokey
Vcs-Git: https://salsa.debian.org/go-team/packages/gokey.git
Homepage: https://github.com/cloudflare/gokey
XS-Go-Import-Path: github.com/cloudflare/gokey

Package: gokey
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using}
Built-Using: ${misc:Built-Using}
Description: simple vaultless password manager in Go
 gokey is a password manager, which does not require a password vault. Instead
 of storing your passwords in a vault it derives your password on the fly from
 your master password and supplied realm string (for example, resource URL).
 This way you do not have to manage, backup or sync your password vault (or
 trust its management to a third party) as your passwords are available
 immediately anywhere.

Package: golang-github-cloudflare-gokey-dev
Architecture: all
Multi-Arch: foreign
Section: golang
Depends: golang-golang-x-crypto-dev (>= 1:0.0~git20220622.0559593),
         golang-golang-x-term-dev (>= 0.0~git20201126.7de9c90),
         ${misc:Depends}
Description: simple vaultless password manager in Go - dev package
 gokey is a password manager, which does not require a password vault. Instead
 of storing your passwords in a vault it derives your password on the fly from
 your master password and supplied realm string (for example, resource URL).
 This way you do not have to manage, backup or sync your password vault (or
 trust its management to a third party) as your passwords are available
 immediately anywhere.
 .
 This is the development package.