Skip to content
Snippets Groups Projects
Commit 27db6d16 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'add-hello-world-examples' into 'master'

Add a recipe for "Hello World" examples

See merge request redox-os/cookbook!363
parents f691a901 2c62ed7d
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