Source: gokey
Section: utils
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Benjamin Drung <benjamin.drung@profitbricks.com>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev,
               pandoc
Standards-Version: 4.1.4
Homepage: https://github.com/cloudflare/gokey
Vcs-Browser: https://salsa.debian.org/go-team/packages/gokey
Vcs-Git: https://salsa.debian.org/go-team/packages/gokey.git
XS-Go-Import-Path: github.com/cloudflare/gokey
Testsuite: autopkgtest-pkg-go

Package: gokey
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends}, ${shlibs:Depends}
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
Section: devel
Depends: golang-go,
         golang-golang-x-crypto-dev,
         ${misc:Depends},
         ${shlibs: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.
