mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'os-test' into 'master'
add os-test recipe See merge request redox-os/cookbook!574
This commit is contained in:
commit
19989a69b0
17
recipes/tests/os-test/recipe.toml
Normal file
17
recipes/tests/os-test/recipe.toml
Normal 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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user