redox/recipes/dev/hello-world/recipe.toml
2024-04-09 14:12:32 +00:00

10 lines
261 B
TOML

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