From 72d5b757d69e72a7cb9ccb70b039b039fd369979 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 12 Mar 2024 20:15:37 +0000
Subject: [PATCH] add recipes

---
 recipes/wip/benchmarks/divan/recipe.toml | 8 ++++++++
 recipes/wip/dev/rgit/recipe.toml         | 5 +++++
 recipes/wip/net/boringtun/recipe.toml    | 8 ++++++++
 recipes/wip/net/dufs/recipe.toml         | 5 +++++
 recipes/wip/tools/rix/recipe.toml        | 5 +++++
 recipes/wip/video/lecturecut/recipe.toml | 5 +++++
 6 files changed, 36 insertions(+)
 create mode 100644 recipes/wip/benchmarks/divan/recipe.toml
 create mode 100644 recipes/wip/dev/rgit/recipe.toml
 create mode 100644 recipes/wip/net/boringtun/recipe.toml
 create mode 100644 recipes/wip/net/dufs/recipe.toml
 create mode 100644 recipes/wip/tools/rix/recipe.toml
 create mode 100644 recipes/wip/video/lecturecut/recipe.toml

diff --git a/recipes/wip/benchmarks/divan/recipe.toml b/recipes/wip/benchmarks/divan/recipe.toml
new file mode 100644
index 000000000..87116a09c
--- /dev/null
+++ b/recipes/wip/benchmarks/divan/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nvzqz/divan"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages examples
+"""
diff --git a/recipes/wip/dev/rgit/recipe.toml b/recipes/wip/dev/rgit/recipe.toml
new file mode 100644
index 000000000..2f628a6fb
--- /dev/null
+++ b/recipes/wip/dev/rgit/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/w4/rgit"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/boringtun/recipe.toml b/recipes/wip/net/boringtun/recipe.toml
new file mode 100644
index 000000000..5ca7af784
--- /dev/null
+++ b/recipes/wip/net/boringtun/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cloudflare/boringtun"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages boringtun-cli
+"""
diff --git a/recipes/wip/net/dufs/recipe.toml b/recipes/wip/net/dufs/recipe.toml
new file mode 100644
index 000000000..3bd1e1282
--- /dev/null
+++ b/recipes/wip/net/dufs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/sigoden/dufs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/rix/recipe.toml b/recipes/wip/tools/rix/recipe.toml
new file mode 100644
index 000000000..ba9f08d75
--- /dev/null
+++ b/recipes/wip/tools/rix/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/urbas/rix"
+[build]
+template = "cargo"
diff --git a/recipes/wip/video/lecturecut/recipe.toml b/recipes/wip/video/lecturecut/recipe.toml
new file mode 100644
index 000000000..398da5181
--- /dev/null
+++ b/recipes/wip/video/lecturecut/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/LectureCut/CLI"
+[build]
+template = "cargo"
-- 
GitLab