-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
55 lines (43 loc) · 903 Bytes
/
.goreleaser.yml
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
version: 2
project_name: horcrux
builds:
- binary: horcrux
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
release:
github:
owner: corvus-ch
name: horcrux
archives:
- format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md
- CONTRIBUTING.md
brews:
- repository:
owner: corvus-ch
name: homebrew-tools
homepage: https://github.com/corvus-ch/horcrux
description: A helper for preparing backups of data worth protecting
nfpms:
- homepage: https://github.com/corvus-ch/horcrux
description: A helper for preparing backups of data worth protecting
maintainer: Christian Häusler <haeusler.christian@mac.com>
license: MIT
formats:
- deb
- rpm
suggests:
- gpg
- paperkey
bindir: /usr/bin