redox/recipes/core/extrautils/recipe.toml

18 lines
258 B
TOML

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