From cd7504a20518f69c997a9e9fa1651870e2a46368 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 22 Apr 2024 10:45:30 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/dev/cargo-c/recipe.toml         | 5 +++++
 recipes/wip/dev/py-spy/recipe.toml          | 5 +++++
 recipes/wip/dev/pyapp/recipe.toml           | 5 +++++
 recipes/wip/dev/pylyzer/recipe.toml         | 5 +++++
 recipes/wip/dev/pyscan/recipe.toml          | 5 +++++
 recipes/wip/dev/python-launcher/recipe.toml | 5 +++++
 recipes/wip/graphics/dssim/recipe.toml      | 5 +++++
 recipes/wip/security/weggli/recipe.toml     | 5 +++++
 8 files changed, 40 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-c/recipe.toml
 create mode 100644 recipes/wip/dev/py-spy/recipe.toml
 create mode 100644 recipes/wip/dev/pyapp/recipe.toml
 create mode 100644 recipes/wip/dev/pylyzer/recipe.toml
 create mode 100644 recipes/wip/dev/pyscan/recipe.toml
 create mode 100644 recipes/wip/dev/python-launcher/recipe.toml
 create mode 100644 recipes/wip/graphics/dssim/recipe.toml
 create mode 100644 recipes/wip/security/weggli/recipe.toml

diff --git a/recipes/wip/dev/cargo-c/recipe.toml b/recipes/wip/dev/cargo-c/recipe.toml
new file mode 100644
index 000000000..672635328
--- /dev/null
+++ b/recipes/wip/dev/cargo-c/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/lu-zero/cargo-c"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/py-spy/recipe.toml b/recipes/wip/dev/py-spy/recipe.toml
new file mode 100644
index 000000000..3e07e5b5a
--- /dev/null
+++ b/recipes/wip/dev/py-spy/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/benfred/py-spy"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/pyapp/recipe.toml b/recipes/wip/dev/pyapp/recipe.toml
new file mode 100644
index 000000000..48178700f
--- /dev/null
+++ b/recipes/wip/dev/pyapp/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ofek/pyapp"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/pylyzer/recipe.toml b/recipes/wip/dev/pylyzer/recipe.toml
new file mode 100644
index 000000000..bef4e30f3
--- /dev/null
+++ b/recipes/wip/dev/pylyzer/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/mtshiba/pylyzer"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/pyscan/recipe.toml b/recipes/wip/dev/pyscan/recipe.toml
new file mode 100644
index 000000000..81303e527
--- /dev/null
+++ b/recipes/wip/dev/pyscan/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/aswinnnn/pyscan"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/python-launcher/recipe.toml b/recipes/wip/dev/python-launcher/recipe.toml
new file mode 100644
index 000000000..046d65c67
--- /dev/null
+++ b/recipes/wip/dev/python-launcher/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/brettcannon/python-launcher"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/dssim/recipe.toml b/recipes/wip/graphics/dssim/recipe.toml
new file mode 100644
index 000000000..af5795f22
--- /dev/null
+++ b/recipes/wip/graphics/dssim/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/kornelski/dssim"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/weggli/recipe.toml b/recipes/wip/security/weggli/recipe.toml
new file mode 100644
index 000000000..621a99302
--- /dev/null
+++ b/recipes/wip/security/weggli/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/weggli-rs/weggli"
+[build]
+template = "cargo"
-- 
GitLab