add os-test recipe

This commit is contained in:
auronandace 2025-08-03 15:45:10 +01:00
parent a6fa878a80
commit c282bde1cc

View File

@ -0,0 +1,18 @@
[source]
git = "https://gitlab.com/sortix/os-test"
[build]
template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
mkdir -pv "${COOKBOOK_STAGE}/share/os-test"
rsync -av --delete . "${COOKBOOK_STAGE}/share/os-test"
"""
[package]
dependencies = [
"gnu-binutils",
"gnu-make",
"gcc13",
"libarchive"
]