-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrustreleaser.yaml
43 lines (41 loc) · 1.15 KB
/
rustreleaser.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
build:
binary: cl
prebuilt:
- path: ./target/x86_64-unknown-linux-gnu/release/cl
arch: amd64
os: linux
- path: ./target/aarch64-unknown-linux-gnu/release/cl
arch: arm64
os: linux
- path: ./target/aarch64-apple-darwin/release/cl
arch: arm64
os: darwin
- path: ./target/x86_64-apple-darwin/release/cl
arch: amd64
os: darwin
release:
owner: rvigo
repo: cl
prerelease: false
draft: false
target_branch: main
archive:
files:
- README.md
- completions/**/*
brew:
name: cl
description: |
cl is a way to group all your aliases, once in a while or multiple usages
with a lot of args commands in an organized and human readable place
homepage: https://github.com/rvigo/cl
install: |-
bin.install "cl"
zsh_completion.install "completions/zsh/_cl" => "_cl"
repository:
owner: rvigo
name: homebrew-cl
caveats: |
In order to get cl completion (only available for ZSH shell),
be sure that $(brew --prefix)/share/zsh/site-functions is present in $FPATH.
If not, add the following line to your ~/.zshrc, BEFORE any call to compinit: