-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
82 lines (72 loc) · 1.62 KB
/
Copy path.goreleaser.yaml
File metadata and controls
82 lines (72 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
version: 2
project_name: sslcert-cli
snapshot:
version_template: "{{ incpatch .Version }}-next"
metadata:
mod_timestamp: "{{ .CommitTimestamp }}"
report_sizes: true
gomod:
gobinary: /bin/true
builds:
- id: sslcert-cli
skip: true
archives:
- id: binaries
meta: true
formats: ["tar.gz"]
name_template: "{{ .ProjectName }}_{{ .Version }}_noarch"
builds_info:
group: root
owner: root
mode: 0755
files:
- src: sslcert-cli
dst: sslcert-cli
info:
mode: 0755
owner: root
group: root
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
checksum:
name_template: "checksums.txt"
nfpms:
- id: sslcert-cli
meta: true
package_name: sslcert-cli
file_name_template: "{{ .ConventionalFileName }}"
description: |-
sslcert-cli is a command-line tool for creating SSL certificate files.
maintainer: Jun Futagawa <jfut@integ.jp>
license: MIT
vendor: sslcert-cli project
homepage: https://github.com/jfut/sslcert-cli
bindir: /usr/bin
section: utils
formats:
- apk
- deb
- rpm
- termux.deb
- archlinux
rpm:
signature:
key_file: '{{ with index .Env "GPG_KEY_PATH" }}{{ . }}{{ end }}'
contents:
- src: sslcert-cli
dst: /usr/bin/sslcert-cli
file_info:
mode: 0755
owner: root
group: root
- src: LICENSE
dst: /usr/share/licenses/sslcert-cli/LICENSE
file_info:
mode: 0644
deb:
lintian_overrides:
- changelog-file-missing-in-native-package