forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gh.yaml
43 lines (36 loc) · 745 Bytes
/
gh.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
package:
name: gh
version: 2.63.2
epoch: 1
description: GitHub's official command line tool
copyright:
- license: MIT
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- go
environment:
CGO_ENABLED: "0"
pipeline:
- uses: git-checkout
with:
expected-commit: d60e5ffba335281439d95749abb6f4c3b94fabdc
repository: https://github.com/cli/cli
tag: v${{package.version}}
- uses: go/bump
with:
deps: golang.org/x/[email protected]
- runs: make install prefix=${{targets.destdir}}/usr
- uses: strip
update:
enabled: true
github:
identifier: cli/cli
strip-prefix: v
test:
pipeline:
- runs: |
gh --version
gh --help