forked from rs/curlie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
42 lines (42 loc) · 873 Bytes
/
.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
project_name: curlie
builds:
-
binary: curlie
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- freebsd
- windows
goarch:
- amd64
- arm
- arm64
ignore:
-
goos: windows
goarch: arm64
release:
name_template: "{{.ProjectName}}-v{{.Version}}"
brews:
-
tap:
owner: rs
name: homebrew-tap
commit_author:
name: Olivier Poitrey
email: [email protected]
homepage: https://curlie.io
description: The power of curl, the ease of use of httpie.
nfpms:
-
maintainer: Olivier Poitrey <[email protected]>
description: curle is a frontend to curl that offers the ease of use of httpie without having to compromise curl features and performance.
license: MIT
formats:
- deb
- rpm
dependencies:
- curl
bindir: /usr/bin