mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add iperf3
This commit is contained in:
parent
82b965c753
commit
505aabc026
@ -7,3 +7,8 @@ script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/benchmarks
|
||||
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/benchmarks
|
||||
"""
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"iperf3"
|
||||
]
|
||||
|
||||
5
recipes/tests/iperf3/recipe.toml
Normal file
5
recipes/tests/iperf3/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
tar = "https://downloads.es.net/pub/iperf/iperf-3.20.tar.gz"
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user