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 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: gopass
Section: admin
Priority: optional
Maintainer: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 10),
bash-completion,
dh-golang,
golang-go,
golang-github-mgutz-ansi-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-crypto-dev
Standards-Version: 4.0.0
Homepage: https://github.com/aviau/gopass
Vcs-Browser: https://salsa.debian.org/debian/gopass
Vcs-Git: https://salsa.debian.org/debian/gopass.git
XS-Go-Import-Path: github.com/aviau/gopass
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: golang-github-aviau-gopass-dev
Section: devel
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-mgutz-ansi-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-crypto-dev
Description: pass implementation in Go - dev package
gopass is a Pass (http://www.passwordstore.org/) implementation in Go.
.
Password management should be simple and follow Unix philosophy. With
gopass, each password lives inside of a gpg encrypted file whose filename
is the title of the website or resource that requires the password. These
encrypted files may be organized into meaningful folder hierarchies,
copied from computer to computer, and, in general, manipulated using
standard command line file management utilities.
.
This package is not gopass.pw (similar project with the same name).
.
This package contains the go source files.
Package: gopass
Architecture: any
Built-Using: ${misc:Built-Using}
Suggests: bash-completion
Recommends: git
Depends: ${shlibs:Depends},
${misc:Depends},
gnupg2 | gnupg,
tree
Description: pass implementation in Go
gopass is a Pass (http://www.passwordstore.org/) implementation in Go.
.
Password management should be simple and follow Unix philosophy. With
gopass, each password lives inside of a gpg encrypted file whose filename
is the title of the website or resource that requires the password. These
encrypted files may be organized into meaningful folder hierarchies,
copied from computer to computer, and, in general, manipulated using
standard command line file management utilities.
.
This package is not gopass.pw (similar project with the same name).
.
This package contains the gopass executable.
|