File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,18 @@ builds:
14
14
- linux
15
15
goarch :
16
16
- amd64
17
- nfpm :
18
- name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
19
- replacements :
20
- amd64 : 64-bit
21
- 386 : 32-bit
22
- darwin : macOS
23
- linux : linux
24
- homepage : https://github.com/aswinkarthik/csvdiff
25
- maintainer : aswinkarthik
26
- description : A Blazingly fast diff tool for comparing csv files.
27
- license : MIT
28
- formats :
29
- - deb
30
- - rpm
17
+ nfpms :
18
+ - file_name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
19
+ replacements :
20
+ amd64 : 64-bit
21
+ 386 : 32-bit
22
+ darwin : macOS
23
+ linux : linux
24
+ vendor : aswinkarthik
25
+ homepage : https://github.com/aswinkarthik/csvdiff
26
+ maintainer : aswinkarthik
27
+ description : A Blazingly fast diff tool for comparing csv files.
28
+ license : MIT
29
+ formats :
30
+ - deb
31
+ - rpm
You can’t perform that action at this time.
0 commit comments