mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
14 lines
261 B
TOML
14 lines
261 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/relibc.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
"${COOKBOOK_MAKE}" \
|
|
-C "${COOKBOOK_SOURCE}" \
|
|
-j"$($NPROC)" \
|
|
CARGO="env -u CARGO cargo" \
|
|
DESTDIR="${COOKBOOK_STAGE}" \
|
|
install
|
|
"""
|