redox/recipes/dev/hello-world-examples/recipe.toml
2026-02-08 07:24:55 -07:00

10 lines
271 B
TOML

[source]
git = "https://github.com/leachim6/hello-world"
shallow_clone = true
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user/hello-world-examples
cp -rv "${COOKBOOK_SOURCE}"/[#,a-z] "${COOKBOOK_STAGE}"/home/user/hello-world-examples
"""