forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ctop.yaml
51 lines (43 loc) · 1.18 KB
/
ctop.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
44
45
46
47
48
49
50
51
package:
name: ctop
version: 0.7.7
epoch: 20
description: Top-like interface for container metrics
copyright:
- license: MIT
environment:
contents:
packages:
- automake
- build-base
- busybox
- ca-certificates-bundle
- git
- go
pipeline:
- uses: git-checkout
with:
expected-commit: 11a1cb10f416b4ca5e36c22c1acc2d11dbb24fb4
repository: https://github.com/bcicen/ctop
tag: v${{package.version}}
- uses: patch
with:
patches: runc-update.patch
- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/cyphar/[email protected] github.com/opencontainers/[email protected] google.golang.org/[email protected] github.com/gogo/[email protected] github.com/fsouza/[email protected] github.com/docker/[email protected] github.com/opencontainers/[email protected]
- runs: |
make build
install -Dm755 ctop "${{targets.destdir}}"/usr/bin/ctop
- uses: strip
update:
enabled: true
github:
identifier: bcicen/ctop
strip-prefix: v
test:
pipeline:
- runs: |
set -o pipefail
ctop -v | grep "${{package.version}}"
ctop --help