File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,29 @@ nfpms:
106
106
maintainer : " golangci-lint Team <golangci-releaser@users.noreply.github.com>"
107
107
description : Fast linters Runner for Go
108
108
license : GPLv3
109
+ section : golang
109
110
formats :
110
111
- deb
111
112
- rpm
113
+ umask : 0o022
114
+ overrides :
115
+ deb :
116
+ contents :
117
+ - src : LICENSE
118
+ dst : /usr/share/doc/golangci-lint/copyright
119
+ - src : README.md
120
+ dst : /usr/share/doc/golangci-lint/README.md
121
+ recommends :
122
+ - golang-go
123
+ rpm :
124
+ contents :
125
+ - src : LICENSE
126
+ dst : /usr/share/doc/golangci-lint/LICENSE
127
+ type : license
128
+ - src : README.md
129
+ dst : /usr/share/doc/golangci-lint/README.md
130
+ type : readme
131
+ recommends :
132
+ - /usr/bin/go
133
+ rpm :
134
+ group : Development/Tools
You can’t perform that action at this time.
0 commit comments