Skip to content
Snippets Groups Projects
Verified Commit 4af48ae5 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix orbutils recipe

parent 0e06e402
No related branches found
No related tags found
No related merge requests found
[source]
git = "https://gitlab.redox-os.org/redox-os/book.git"
[build]
template = "custom"
script = """
dir="${COOKBOOK_STAGE}/share/book"
mkdir -pv "${dir}"
mdbook build --dest-dir "${dir}" "${COOKBOOK_SOURCE}"
"""
[source]
git = "https://gitlab.redox-os.org/redox-os/orbutils.git"
branch = "slint_port/calculator"
[build]
template = "custom"
script = """
COOKBOOK_CARGO_FLAGS=(
--path "${COOKBOOK_SOURCE}/src"
--path "${COOKBOOK_SOURCE}/orbutils"
--root "${COOKBOOK_STAGE}/ui"
--locked
--no-track
)
cookbook_cargo
COOKBOOK_CARGO_FLAGS=(
--path "${COOKBOOK_SOURCE}/calculator"
--root "${COOKBOOK_STAGE}/ui"
--locked
--no-track
)
cookbook_cargo
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment