From 525e4d5b3dc728afc842aef9c7b11570225e3d37 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 20 Apr 2024 18:43:45 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/cargo-compete/recipe.toml   |  5 +++++
 recipes/wip/dev/probe-rs/recipe.toml        | 11 +++++++++++
 recipes/wip/graphics/simp/recipe.toml       | 11 +++++++++++
 recipes/wip/net/rustdesk-server/recipe.toml |  5 +++++
 recipes/wip/security/sss-cli/recipe.toml    |  5 +++++
 5 files changed, 37 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-compete/recipe.toml
 create mode 100644 recipes/wip/dev/probe-rs/recipe.toml
 create mode 100644 recipes/wip/graphics/simp/recipe.toml
 create mode 100644 recipes/wip/net/rustdesk-server/recipe.toml
 create mode 100644 recipes/wip/security/sss-cli/recipe.toml

diff --git a/recipes/wip/dev/cargo-compete/recipe.toml b/recipes/wip/dev/cargo-compete/recipe.toml
new file mode 100644
index 000000000..8f8563fa8
--- /dev/null
+++ b/recipes/wip/dev/cargo-compete/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/qryxip/cargo-compete"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/probe-rs/recipe.toml b/recipes/wip/dev/probe-rs/recipe.toml
new file mode 100644
index 000000000..9afdaeee9
--- /dev/null
+++ b/recipes/wip/dev/probe-rs/recipe.toml
@@ -0,0 +1,11 @@
+#TODO maybe missing dependencies
+[source]
+git = "https://github.com/probe-rs/probe-rs"
+[build]
+template = "custom"
+dependencies = [
+    "libudev",
+]
+script = """
+cookbook_cargo --features cli
+"""
diff --git a/recipes/wip/graphics/simp/recipe.toml b/recipes/wip/graphics/simp/recipe.toml
new file mode 100644
index 000000000..8f7b19e88
--- /dev/null
+++ b/recipes/wip/graphics/simp/recipe.toml
@@ -0,0 +1,11 @@
+#TODO missing dependencies, see https://github.com/Kl4rry/simp#system-dependencies
+[source]
+git = "https://github.com/Kl4rry/simp"
+rev = "195b2ef334e4c72ba8f44ee8af9f5cc0c259cc52"
+[build]
+template = "cargo"
+dependencies = [
+    "gtk3",
+    "openssl1",
+    "libxkbcommon",
+]
diff --git a/recipes/wip/net/rustdesk-server/recipe.toml b/recipes/wip/net/rustdesk-server/recipe.toml
new file mode 100644
index 000000000..fe3eb4697
--- /dev/null
+++ b/recipes/wip/net/rustdesk-server/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rustdesk/rustdesk-server"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/sss-cli/recipe.toml b/recipes/wip/security/sss-cli/recipe.toml
new file mode 100644
index 000000000..dbd8cfed0
--- /dev/null
+++ b/recipes/wip/security/sss-cli/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dsprenkels/sss-cli"
+[build]
+template = "cargo"
-- 
GitLab