From d63b675c741a5409b5dd2ad29829c8a48d9e4864 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 9 May 2024 20:28:07 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/benchmarks/canbench/recipe.toml       | 8 ++++++++
 recipes/wip/benchmarks/cargo-benchcmp/recipe.toml | 5 +++++
 recipes/wip/dev/boon/recipe.toml                  | 5 +++++
 recipes/wip/dev/dfx/recipe.toml                   | 8 ++++++++
 recipes/wip/dev/stgit/recipe.toml                 | 5 +++++
 recipes/wip/net/rustypaste/recipe.toml            | 5 +++++
 recipes/wip/science/polypolish/recipe.toml        | 5 +++++
 recipes/wip/services/runst/recipe.toml            | 9 +++++++++
 recipes/wip/tools/menyoki/recipe.toml             | 5 +++++
 recipes/wip/tools/mkisofs-rs/recipe.toml          | 5 +++++
 10 files changed, 60 insertions(+)
 create mode 100644 recipes/wip/benchmarks/canbench/recipe.toml
 create mode 100644 recipes/wip/benchmarks/cargo-benchcmp/recipe.toml
 create mode 100644 recipes/wip/dev/boon/recipe.toml
 create mode 100644 recipes/wip/dev/dfx/recipe.toml
 create mode 100644 recipes/wip/dev/stgit/recipe.toml
 create mode 100644 recipes/wip/net/rustypaste/recipe.toml
 create mode 100644 recipes/wip/science/polypolish/recipe.toml
 create mode 100644 recipes/wip/services/runst/recipe.toml
 create mode 100644 recipes/wip/tools/menyoki/recipe.toml
 create mode 100644 recipes/wip/tools/mkisofs-rs/recipe.toml

diff --git a/recipes/wip/benchmarks/canbench/recipe.toml b/recipes/wip/benchmarks/canbench/recipe.toml
new file mode 100644
index 000000000..26ee7e54e
--- /dev/null
+++ b/recipes/wip/benchmarks/canbench/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dfinity/canbench"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages canbench
+"""
diff --git a/recipes/wip/benchmarks/cargo-benchcmp/recipe.toml b/recipes/wip/benchmarks/cargo-benchcmp/recipe.toml
new file mode 100644
index 000000000..20a175942
--- /dev/null
+++ b/recipes/wip/benchmarks/cargo-benchcmp/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/BurntSushi/cargo-benchcmp"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/boon/recipe.toml b/recipes/wip/dev/boon/recipe.toml
new file mode 100644
index 000000000..5a497b210
--- /dev/null
+++ b/recipes/wip/dev/boon/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/camchenry/boon"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/dfx/recipe.toml b/recipes/wip/dev/dfx/recipe.toml
new file mode 100644
index 000000000..92769e5f1
--- /dev/null
+++ b/recipes/wip/dev/dfx/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dfinity/sdk"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages dfx
+"""
diff --git a/recipes/wip/dev/stgit/recipe.toml b/recipes/wip/dev/stgit/recipe.toml
new file mode 100644
index 000000000..7f9a60d10
--- /dev/null
+++ b/recipes/wip/dev/stgit/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/stacked-git/stgit"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/rustypaste/recipe.toml b/recipes/wip/net/rustypaste/recipe.toml
new file mode 100644
index 000000000..566ffdb1c
--- /dev/null
+++ b/recipes/wip/net/rustypaste/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/orhun/rustypaste-cli"
+[build]
+template = "cargo"
diff --git a/recipes/wip/science/polypolish/recipe.toml b/recipes/wip/science/polypolish/recipe.toml
new file mode 100644
index 000000000..0f0d25986
--- /dev/null
+++ b/recipes/wip/science/polypolish/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rrwick/Polypolish"
+[build]
+template = "cargo"
diff --git a/recipes/wip/services/runst/recipe.toml b/recipes/wip/services/runst/recipe.toml
new file mode 100644
index 000000000..856013319
--- /dev/null
+++ b/recipes/wip/services/runst/recipe.toml
@@ -0,0 +1,9 @@
+#TODO port to Orbital
+[source]
+git = "https://github.com/orhun/runst"
+[build]
+template = "cargo"
+dependencies = [
+    "glib",
+    "pango",
+]
diff --git a/recipes/wip/tools/menyoki/recipe.toml b/recipes/wip/tools/menyoki/recipe.toml
new file mode 100644
index 000000000..79cdea7f5
--- /dev/null
+++ b/recipes/wip/tools/menyoki/recipe.toml
@@ -0,0 +1,5 @@
+#TODO port to Orbital, see https://github.com/orhun/menyoki/blob/master/IMPLEMENTATION.md#implementing-for-other-platforms
+[source]
+git = "https://github.com/orhun/menyoki"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/mkisofs-rs/recipe.toml b/recipes/wip/tools/mkisofs-rs/recipe.toml
new file mode 100644
index 000000000..be3c7d272
--- /dev/null
+++ b/recipes/wip/tools/mkisofs-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/marysaka/mkisofs-rs"
+[build]
+template = "cargo"
-- 
GitLab