From 797dae826afc528884344fd4b6e42ee8993333ae Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 15 Jun 2024 03:05:15 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/tools/qrtool/recipe.toml  | 5 +++++
 recipes/wip/web/sitesmith/recipe.toml | 5 +++++
 2 files changed, 10 insertions(+)
 create mode 100644 recipes/wip/tools/qrtool/recipe.toml
 create mode 100644 recipes/wip/web/sitesmith/recipe.toml

diff --git a/recipes/wip/tools/qrtool/recipe.toml b/recipes/wip/tools/qrtool/recipe.toml
new file mode 100644
index 000000000..1820db698
--- /dev/null
+++ b/recipes/wip/tools/qrtool/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/sorairolake/qrtool"
+[build]
+template = "cargo"
diff --git a/recipes/wip/web/sitesmith/recipe.toml b/recipes/wip/web/sitesmith/recipe.toml
new file mode 100644
index 000000000..dee6cf79d
--- /dev/null
+++ b/recipes/wip/web/sitesmith/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/BradenEverson/sitesmith"
+[build]
+template = "cargo"
-- 
GitLab