-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathiperf3.yaml
79 lines (69 loc) · 1.47 KB
/
iperf3.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
package:
name: iperf3
version: "3.18"
epoch: 3
description: A tool to measure IP bandwidth using UDP or TCP
copyright:
- license: BSD-3-Clause-LBNL
dependencies:
runtime:
- libgcc
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- openssl-dev
pipeline:
- uses: git-checkout
with:
expected-commit: 2a2984488d6de8f7a2d1f5938e03ca7be57e227c
repository: https://github.com/esnet/iperf
tag: ${{package.version}}
- uses: autoconf/configure
with:
opts: |
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-static
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "iperf3-dev"
description: "headers for iperf3"
pipeline:
- uses: split/dev
dependencies:
runtime:
- iperf3
test:
pipeline:
- uses: test/tw/ldd-check
with:
packages: ${{subpkg.name}}
- name: iperf3-doc
description: iperf3 documentation
pipeline:
- uses: split/manpages
test:
pipeline:
- uses: test/docs
update:
enabled: true
github:
identifier: esnet/iperf
test:
pipeline:
# AUTOGENERATED
- runs: |
iperf3 --version
iperf3 --help
- uses: test/tw/ldd-check