redox/recipes/core/pkgutils/recipe.toml
2025-11-17 11:06:16 +07:00

11 lines
177 B
TOML

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