Add iperf3

This commit is contained in:
Akshit Gaur 2026-01-26 14:53:19 +05:30
parent 82b965c753
commit 505aabc026
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"