mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
18 lines
302 B
TOML
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",
|
|
]
|