-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
64 lines (56 loc) · 1.36 KB
/
.goreleaser.yaml
File metadata and controls
64 lines (56 loc) · 1.36 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
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
version: 2
before:
hooks:
- rustup default stable
- cargo install --locked cargo-zigbuild
- cargo fetch --locked
builds:
- builder: rust
flags:
- --release
targets:
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl
nfpms:
- maintainer: BaconIsAVeg <baconisaveg@fastmail.ca>
homepage: https://github.com/BaconIsAVeg/outside
description: A multi-purpose weather client for your terminal
section: utils
license: AGPL-3.0-or-later
file_name_template: "{{ .ConventionalFileName }}"
formats:
- deb
- apk
- rpm
contents:
- src: LICENSE
dst: /usr/share/doc/outside/LICENSE
- src: README.md
dst: /usr/share/doc/outside/README.md
overrides:
deb:
dependencies:
- ca-certificates (>= 20240203)
- openssl (>= 3.0)
archives:
- formats: [tar.gz]
name_template: >-
{{ .ProjectName }}-{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^chore:"
release:
github:
owner: BaconIsAVeg
name: outside
footer: >-