mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
11 lines
219 B
TOML
11 lines
219 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/kernel.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
make -f ${COOKBOOK_SOURCE}/Makefile
|
|
mkdir -v "${COOKBOOK_STAGE}/boot"
|
|
cp -v kernel "${COOKBOOK_STAGE}/boot"
|
|
"""
|