Add benchmarks recipe

This commit is contained in:
Ron Williams 2024-11-04 21:38:32 +00:00 committed by Jeremy Soller
parent af257d4a49
commit 93b4387b23

View File

@ -0,0 +1,9 @@
[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
"""