redox/recipes/core/pkgutils/recipe.toml
2026-03-06 00:58:12 +07:00

11 lines
184 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/pkgutils.git"
[build]
template = "custom"
script = """
# Must be statically linked
COOKBOOK_CARGO_PATH=pkg-cli
cookbook_cargo
"""