forked from SoMuchForSubtlety/f1viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
57 lines (57 loc) · 1.08 KB
/
.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
56
57
project_name: f1viewer
builds:
- id: windows
goos:
- windows
goarch:
- amd64
- id: linux
goos:
- linux
goarch:
- amd64
- arm
- arm64
- id: mac
goos:
- darwin
goarch:
- amd64
- arm64
archives:
- replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip
universal_binaries:
- replace: true
id: mac
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
skip: true
nfpms:
- description: TUI client for F1TV
license: GPL-3.0-only
homepage: https://github.com/SoMuchForSubtlety/f1viewer/
maintainer: SoMuchForSubtlety <[email protected]>
formats:
- deb
- rpm
recommends:
- xclip
- mpv
- vlc
brews:
- description: TUI client for F1TV
homepage: https://github.com/SoMuchForSubtlety/f1viewer/
folder: Formula
tap:
owner: SoMuchForSubtlety
name: homebrew-tap
commit_author:
name: goreleaserbot
email: [email protected]