redox/recipes/orbutils/recipe.toml
2023-05-18 13:17:46 -06:00

16 lines
314 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/orbutils.git"
[build]
template = "custom"
script = """
COOKBOOK_STAGE="${COOKBOOK_STAGE}/ui"
ORIGINAL_SOURCE="${COOKBOOK_SOURCE}"
COOKBOOK_SOURCE="${ORIGINAL_SOURCE}/orbutils"
cookbook_cargo
COOKBOOK_SOURCE="${ORIGINAL_SOURCE}/calculator"
cookbook_cargo
"""