forked from marwanhawari/stew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yaml
44 lines (44 loc) · 1001 Bytes
/
.goreleaser.yaml
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
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- "linux"
- "darwin"
- "windows"
goarch:
- "arm64"
- "amd64"
- "386"
archives:
- name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: "checksums.txt"
changelog:
disable: true
nfpms:
- builds:
- stew
vendor: marwanhawari
homepage: "https://github.com/marwanhawari/stew"
maintainer: "Marwan Hawari <[email protected]>"
description: "An independent package manager for compiled binaries"
license: MIT
formats:
- apk
- deb
- rpm
bindir: /usr/bin
brews:
- repository:
owner: marwanhawari
name: homebrew-tap
directory: Formula
commit_author:
name: Marwan Hawari
email: [email protected]
license: "MIT"
homepage: "https://github.com/marwanhawari/stew"
description: "An independent package manager for compiled binaries"