Merge branch 'iperf3' into 'master'

Add iperf3

See merge request redox-os/redox!1838
This commit is contained in:
Jeremy Soller 2026-01-26 07:40:57 -07:00
commit ef609f9a21
2 changed files with 10 additions and 0 deletions

View File

@ -7,3 +7,8 @@ script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/benchmarks
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/benchmarks
"""
[package]
dependencies = [
"iperf3"
]

View File

@ -0,0 +1,5 @@
[source]
tar = "https://downloads.es.net/pub/iperf/iperf-3.20.tar.gz"
[build]
template = "configure"