From 2c62ed7da6b458712357d8572c0fd91ae0b7497a Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 9 Apr 2024 14:12:32 +0000 Subject: [PATCH] Add a recipe for "Hello World" examples --- recipes/dev/hello-world/recipe.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/dev/hello-world/recipe.toml diff --git a/recipes/dev/hello-world/recipe.toml b/recipes/dev/hello-world/recipe.toml new file mode 100644 index 000000000..23d7120dc --- /dev/null +++ b/recipes/dev/hello-world/recipe.toml @@ -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 +""" -- GitLab