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

Add a recipe for "Hello World" examples

See merge request redox-os/cookbook!363
This commit is contained in:
Jeremy Soller 2024-04-09 14:12:32 +00:00
commit 27db6d16ff

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
"""