redox/recipes/core/pkgutils/recipe.toml
2024-10-18 08:14:31 -06:00

10 lines
149 B
TOML

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