Skip to content

Commit c64a522

Browse files
committed
chore(packaging): improve Linux packages
- Add more metadata (license, homepage, description) - Include README.md and LICENSE files in package
1 parent 43a04e8 commit c64a522

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.goreleaser.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,16 @@ nfpms:
2525
bindir: /usr/bin
2626
vendor: GitGuardian
2727
maintainer: GitGuardian <[email protected]>
28+
license: MIT
29+
homepage: https://github.com/GitGuardian/src-fingerprint
30+
description: "Extract git related information (file shas, commit shas) from your version control system."
2831
replacements:
2932
linux: Linux
33+
contents:
34+
- src: README.md
35+
dst: /usr/share/doc/src-fingerprint/README.md
36+
- src: LICENSE
37+
dst: /usr/share/doc/src-fingerprint/LICENSE
3038

3139
archives:
3240
- replacements:

0 commit comments

Comments
 (0)