Merge branch 'add-recipe' into 'master'

Add the "myfiles" recipe

See merge request redox-os/cookbook!312
This commit is contained in:
Jeremy Soller 2023-11-06 13:16:36 +00:00
commit 4ba2f96a86

View File

@ -0,0 +1,6 @@
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user
"""