redox/recipes/core/pkgar/recipe.toml
2024-04-19 09:07:49 -06:00

13 lines
247 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/pkgar.git"
[build]
template = "custom"
script = """
"${COOKBOOK_CARGO}" install \
--path "${COOKBOOK_SOURCE}/pkgar" \
--root "${COOKBOOK_STAGE}/usr" \
--locked \
--no-track
"""