redox/recipes/other/rustconf2025/recipe.toml
2025-08-25 15:51:37 -06:00

10 lines
211 B
TOML

[source]
git = "https://github.com/jackpot51/rustconf2025.git"
[build]
template = "custom"
script = """
mkdir -p "${COOKBOOK_STAGE}/home/user"
cp -v "${COOKBOOK_SOURCE}/"*.pdf "${COOKBOOK_STAGE}/home/user"
"""