redox/recipes/dev/hello-world-examples/recipe.toml

9 lines
250 B
TOML

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