redox/recipes/tests/benchmarks/recipe.toml
2026-01-26 15:15:35 +05:30

15 lines
276 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/benchmarks"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/benchmarks
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/benchmarks
"""
[package]
dependencies = [
"iperf3"
]