Skip to content

Commit

Permalink
[cleanup] Add package description
Browse files Browse the repository at this point in the history
This commit adds package descriptions to the generated Deb and RPM
packages to make them easier to discover and separate from other
similar packages.

Fixes #2695

Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz committed Nov 19, 2023
1 parent d77be31 commit 4c5c852
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ nfpms:
vendor: Gopass Authors
homepage: "https://www.gopass.pw"
maintainer: "Gopass Authors <[email protected]>"
description: |-
gopass is a simple but powerful password manager for your terminal. It is a
Pass implementation in Go that can be used as a drop in replacement.
Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets
can be organized into meaninful hierachies and are by default versioned using
git.
This package contains the main gopass binary from gopass.pw. In Debian and
Ubuntu there is an unfortunate name clash with another gopass package. That is
completely different and not related to this package.
license: MIT
formats:
- deb
Expand All @@ -77,6 +88,13 @@ nfpms:
vendor: Gopass Authors
homepage: "https://www.gopass.pw"
maintainer: "Gopass Authors <[email protected]>"
description: |-
gopass is a simple but powerful password manager for your terminal. It is a
Pass implementation in Go that can be used as a drop in replacement.
Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets
can be organized into meaninful hierachies and are by default versioned using
git.
license: MIT
formats:
- rpm
Expand Down

0 comments on commit 4c5c852

Please sign in to comment.