We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461b245 commit 46c0aebCopy full SHA for 46c0aeb
.goreleaser.yml
@@ -26,11 +26,17 @@ changelog:
26
- '^docs:'
27
- '^test:'
28
nfpms:
29
- - config_files:
30
- "ldap2carddav.example.yml": "/etc/ldap2carddav.yml"
31
- files:
32
- "ldap2carddav@.service": "/etc/systemd/system/ldap2carddav.service"
+ -
33
maintainer: Heiko Carrasco <heiko.carrasco@yahoo.com>
+ homepage: https://github.com/miterion/ldap2carddav
+ contents:
+ - src: ldap2carddav@.service
34
+ dst: /etc/systemd/system/ldap2carddav.service
35
+
36
+ - src: ldap2carddav.example.yml
37
+ dst: /etc/ldap2carddav.yml
38
+ type: config
39
40
file_name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
41
formats:
42
- apk
0 commit comments