Merge branch 'os-test' into 'master'

add os-test recipe

See merge request redox-os/cookbook!574
This commit is contained in:
Jeremy Soller 2025-08-15 07:00:50 -06:00
commit 19989a69b0

View File

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