diff --git a/recipes/dev/hello-world/recipe.toml b/recipes/dev/hello-world/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..23d7120dcd91f002487203298e759bab5d8702ff
--- /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
+"""