mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
add os-test recipe
This commit is contained in:
parent
a6fa878a80
commit
c282bde1cc
18
recipes/tests/os-test/recipe.toml
Normal file
18
recipes/tests/os-test/recipe.toml
Normal 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"
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user