dev: packaging improvements (#4009)
This commit is contained in:
parent
6efb0098a1
commit
ed8eb4ea7b
@ -106,6 +106,29 @@ nfpms:
|
|||||||
maintainer: "golangci-lint Team <golangci-releaser@users.noreply.github.com>"
|
maintainer: "golangci-lint Team <golangci-releaser@users.noreply.github.com>"
|
||||||
description: Fast linters Runner for Go
|
description: Fast linters Runner for Go
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
|
section: golang
|
||||||
formats:
|
formats:
|
||||||
- deb
|
- deb
|
||||||
- rpm
|
- rpm
|
||||||
|
umask: 0o022
|
||||||
|
overrides:
|
||||||
|
deb:
|
||||||
|
contents:
|
||||||
|
- src: LICENSE
|
||||||
|
dst: /usr/share/doc/golangci-lint/copyright
|
||||||
|
- src: README.md
|
||||||
|
dst: /usr/share/doc/golangci-lint/README.md
|
||||||
|
recommends:
|
||||||
|
- golang-go
|
||||||
|
rpm:
|
||||||
|
contents:
|
||||||
|
- src: LICENSE
|
||||||
|
dst: /usr/share/doc/golangci-lint/LICENSE
|
||||||
|
type: license
|
||||||
|
- src: README.md
|
||||||
|
dst: /usr/share/doc/golangci-lint/README.md
|
||||||
|
type: readme
|
||||||
|
recommends:
|
||||||
|
- /usr/bin/go
|
||||||
|
rpm:
|
||||||
|
group: Development/Tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user