-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy path.goreleaser.yml
39 lines (39 loc) · 882 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
version: 2
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:
- repository:
owner: rs
name: homebrew-tap
commit_author:
name: Olivier Poitrey
email: rs@rhapsodyk.net
homepage: https://github.com/rs/curlie
description: The power of curl, the ease of use of httpie.
nfpms:
- maintainer: Olivier Poitrey <rs@rhapsodyk.net>
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