-
Notifications
You must be signed in to change notification settings - Fork 1
/
.goreleaser.yml
49 lines (42 loc) · 950 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
43
44
45
46
47
48
49
env:
- CGO_ENABLED=0
builds:
- binary: mcli
main: ./cmd/mcli
goos:
- darwin
- linux
goarch:
- amd64
- arm
- arm64
brews:
- tap:
owner: mazzz1y
name: tap
name: mcli
homepage: "https://github.com/mazzz1y/mcli"
description: "A simple shortcut menu for shell commands"
nfpms:
- id: mcli
vendor: Dmitry Rubtsov
homepage: https://github.com/mazzz1y/mcli
maintainer: mazzz1y <[email protected]>
description: A simple shortcut menu for shell commands.
license: MIT
formats:
- apk
- deb
- rpm
bindir: /usr/bin
aurs:
- name: mcli-bin
homepage: "https://github.com/mazzz1y/mcli"
description: "Simple shortcut menu for shell commands."
maintainers:
- 'Dmitry Rubtsov <[email protected]>'
license: "MIT"
private_key: '{{ .Env.AUR_KEY }}'
git_url: 'ssh://[email protected]/mcli-bin.git'
provides:
- mcli