From 1d19222629ffece2525b28b59dd2af3361cad24e Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 13 Jan 2024 09:52:26 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/bvr/recipe.toml       | 5 +++++
 recipes/wip/conceal/recipe.toml   | 5 +++++
 recipes/wip/lan-mouse/recipe.toml | 9 +++++++++
 recipes/wip/wasmtime/recipe.toml  | 6 ++++++
 4 files changed, 25 insertions(+)
 create mode 100644 recipes/wip/bvr/recipe.toml
 create mode 100644 recipes/wip/conceal/recipe.toml
 create mode 100644 recipes/wip/lan-mouse/recipe.toml
 create mode 100644 recipes/wip/wasmtime/recipe.toml

diff --git a/recipes/wip/bvr/recipe.toml b/recipes/wip/bvr/recipe.toml
new file mode 100644
index 000000000..023e4ab43
--- /dev/null
+++ b/recipes/wip/bvr/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Avarel/bvr"
+[build]
+template = "cargo"
diff --git a/recipes/wip/conceal/recipe.toml b/recipes/wip/conceal/recipe.toml
new file mode 100644
index 000000000..38806edb9
--- /dev/null
+++ b/recipes/wip/conceal/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/TD-Sky/conceal"
+[build]
+template = "cargo"
diff --git a/recipes/wip/lan-mouse/recipe.toml b/recipes/wip/lan-mouse/recipe.toml
new file mode 100644
index 000000000..c5cb6e9d8
--- /dev/null
+++ b/recipes/wip/lan-mouse/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/feschber/lan-mouse"
+[build]
+template = "cargo"
+dependencies = [
+    "libadwaita",
+    "gtk4",
+]
diff --git a/recipes/wip/wasmtime/recipe.toml b/recipes/wip/wasmtime/recipe.toml
new file mode 100644
index 000000000..f433a4578
--- /dev/null
+++ b/recipes/wip/wasmtime/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/bytecodealliance/wasmtime"
+rev = "6613acd1e4817957a4a7745125ef063b43c273a7"
+[build]
+template = "cargo"
-- 
GitLab