mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
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:
commit
27db6d16ff
9
recipes/dev/hello-world/recipe.toml
Normal file
9
recipes/dev/hello-world/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user