Add a recipe for "Hello World" examples

This commit is contained in:
Ribbon 2024-04-09 14:12:32 +00:00 committed by Jeremy Soller
parent f691a90184
commit 2c62ed7da6

View File

@ -0,0 +1,9 @@
#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
"""