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

15 lines
363 B
TOML

[source]
# git = "https://gitlab.redox-os.org/redox-os/userutils.git"
git = "https://gitlab.redox-os.org/Ibuki.O/userutils.git"
# branch = "scheme_root_fd"
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"
"""