redox/recipes/core/extrautils/recipe.toml
2025-11-20 03:16:19 -08:00

19 lines
298 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/extrautils.git"
[build]
template = "custom"
dependencies = [
"xz"
]
script = """
# TODO: Can't be linked correctly yet
# DYNAMIC_INIT
if [ "${COOKBOOK_DYNAMIC}" != "1" ]; then
install_flags+=" --features=static"
fi
cookbook_cargo
"""