redox/recipes/core/userutils/recipe.toml
2025-12-13 01:01:43 +09:00

13 lines
274 B
TOML

[source]
git = "https://gitlab.redox-os.org/Ibuki.O/userutils.git"
branch = "namespace-improvement"
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo
cp -rv "${COOKBOOK_SOURCE}/res" "${COOKBOOK_STAGE}/etc"
ln -s id "${COOKBOOK_STAGE}/usr/bin/whoami"
"""