-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgh.yml
More file actions
executable file
·24 lines (24 loc) · 630 Bytes
/
gh.yml
File metadata and controls
executable file
·24 lines (24 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# To use on your manifest:
# - name: gh
# type: manifest
# opts:
# source: git@github.com/chenasraf/sofmani.git
# path: docs/recipes/gh.yml
install:
- name: gh
type: group
steps:
- name: gh
type: brew
platforms:
only: ['macos']
- name: gh
type: github-release
platforms:
only: ['linux']
opts:
repository: cli/cli
strategy: tar
destination: ~/.local/bin
download_filename: gh_{{ .Version }}_linux_{{ .Arch }}.tar.gz
archive_bin_name: gh_{{ .Version }}_linux_{{ .Arch }}/bin/gh