-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
77 lines (68 loc) · 1.7 KB
/
.goreleaser.yaml
File metadata and controls
77 lines (68 loc) · 1.7 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
version: 2
project_name: toney
release:
github:
owner: SourcewareLab
name: toney
builds:
- id: toney
main: .
goos:
- linux
- windows
- darwin
- freebsd
- netbsd
- openbsd
goarch:
- amd64
- arm64
ldflags:
- -s -w
binary: toney
archives:
- id: archive
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
formats: ['zip']
homebrew_casks:
- name: toney
binary: toney
description: "Toney - a fast, lightweight terminal-based note-taking app"
homepage: "https://sourcewarelab.github.io/Toney/"
url:
template: "https://github.com/SourcewareLab/Toney/releases/download/v{{ .Version }}/toney_darwin_amd64.tar.gz"
uninstall:
delete:
- "/usr/local/bin/toney"
repository:
owner: SourcewareLab
name: homebrew-toney
token: "{{ .Env.GITHUB_TOKEN }}"
commit_author:
name: NucleoFusion
email: lakshit.singh.mail@gmail.com
nfpms:
- id: deb
formats:
- deb
section: utils
priority: optional
maintainer: "NucleoFusion <lakshit.singh.mail@gmail.com>"
description: "Toney - a fast, lightweight terminal-based note-taking app"
license: MIT
vendor: NucleoFusion
homepage: https://sourcewarelab.github.io/Toney/
- id: rpm
formats:
- rpm
section: utils
priority: optional
maintainer: "NucleoFusion <lakshit.singh.mail@gmail.com>"
description: "Toney - a fast, lightweight terminal-based note-taking app"
license: MIT
vendor: NucleoFusion
homepage: https://sourcewarelab.github.io/Toney/
checksum:
name_template: 'checksums.txt'