redox/recipes/tests/benchmarks/recipe.toml
2024-11-04 21:38:32 +00:00

10 lines
233 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
"""