Skip to content
Snippets Groups Projects
Commit 2c62ed7d authored by Ribbon's avatar Ribbon :speech_balloon: Committed by Jeremy Soller
Browse files

Add a recipe for "Hello World" examples

parent f691a901
No related branches found
No related tags found
1 merge request!363Add a recipe for "Hello World" examples
#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
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment