redox/recipes/tests/os-test/recipe.toml
Mathew John Roberts db7d763fe6 Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Ribbon <ribbon_45@proton.me>
2025-08-15 07:56:56 +01:00

18 lines
302 B
TOML

[source]
git = "https://gitlab.com/sortix/os-test"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/share/os-test"
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/share/os-test"
"""
[package]
dependencies = [
"gnu-binutils",
"gnu-make",
"gcc13",
"libarchive",
]