Skip to content

Commit

Permalink
[cleanup] Add package description (#2702)
Browse files Browse the repository at this point in the history
* [cleanup] Add package description

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]>

* Update package description

Signed-off-by: Dominik Schulz <[email protected]>

---------

Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz authored Nov 20, 2023
1 parent 26a1a10 commit 875cdb9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ nfpms:
vendor: Gopass Authors
homepage: "https://www.gopass.pw"
maintainer: "Gopass Authors <[email protected]>"
description: |-
gopass password manager - full featured CLI replacement for pass, designed for teams.
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 +90,15 @@ nfpms:
vendor: Gopass Authors
homepage: "https://www.gopass.pw"
maintainer: "Gopass Authors <[email protected]>"
description: |-
gopass password manager - full featured CLI replacement for pass, designed for teams.
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 875cdb9

Please sign in to comment.