-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.goreleaser.yml
More file actions
27 lines (27 loc) · 623 Bytes
/
.goreleaser.yml
File metadata and controls
27 lines (27 loc) · 623 Bytes
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
project_name: lwc
archive:
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: "{{ .ProjectName }}-checksums.txt"
builds:
- main: cmd/lwc/main.go
binary: lwc
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64
- arm
- arm64
nfpm:
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
homepage: https://github.com/timdp/lwc
maintainer: Tim De Pauw <hi@tmdpw.eu>
description: A live-updating version of the UNIX wc command.
license: MIT
formats:
- deb
- rpm
bindir: /usr/bin