From e25b0e070e708cc594b09f40c3957105565f41a8 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 19 Dec 2023 06:19:39 +0000
Subject: [PATCH] new recipes

---
 recipes/wip/battleship-rs/recipe.toml   |  5 +++++
 recipes/wip/cosmic-term/recipe.toml     |  5 +++++
 recipes/wip/desed/recipe.toml           |  5 +++++
 recipes/wip/game-of-life-rs/recipe.toml |  5 +++++
 recipes/wip/maze-tui/recipe.toml        |  5 +++++
 recipes/wip/minesweep-rs/recipe.toml    |  6 ++++++
 recipes/wip/nerd-fonts/recipe.toml      | 10 ++++++++++
 recipes/wip/nomad/recipe.toml           |  6 ++++++
 recipes/wip/oatmeal/recipe.toml         |  6 ++++++
 recipes/wip/oxc/recipe.toml             |  8 ++++++++
 recipes/wip/oxycards/recipe.toml        |  5 +++++
 recipes/wip/repgrep/recipe.toml         |  6 ++++++
 recipes/wip/rust-sadari-cli/recipe.toml |  5 +++++
 recipes/wip/tenere/recipe.toml          |  6 ++++++
 recipes/wip/tic-tac-toe-rs/recipe.toml  |  5 +++++
 15 files changed, 88 insertions(+)
 create mode 100644 recipes/wip/battleship-rs/recipe.toml
 create mode 100644 recipes/wip/cosmic-term/recipe.toml
 create mode 100644 recipes/wip/desed/recipe.toml
 create mode 100644 recipes/wip/game-of-life-rs/recipe.toml
 create mode 100644 recipes/wip/maze-tui/recipe.toml
 create mode 100644 recipes/wip/minesweep-rs/recipe.toml
 create mode 100644 recipes/wip/nerd-fonts/recipe.toml
 create mode 100644 recipes/wip/nomad/recipe.toml
 create mode 100644 recipes/wip/oatmeal/recipe.toml
 create mode 100644 recipes/wip/oxc/recipe.toml
 create mode 100644 recipes/wip/oxycards/recipe.toml
 create mode 100644 recipes/wip/repgrep/recipe.toml
 create mode 100644 recipes/wip/rust-sadari-cli/recipe.toml
 create mode 100644 recipes/wip/tenere/recipe.toml
 create mode 100644 recipes/wip/tic-tac-toe-rs/recipe.toml

diff --git a/recipes/wip/battleship-rs/recipe.toml b/recipes/wip/battleship-rs/recipe.toml
new file mode 100644
index 000000000..d0bf3cdfd
--- /dev/null
+++ b/recipes/wip/battleship-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/deepu105/battleship-rs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/cosmic-term/recipe.toml b/recipes/wip/cosmic-term/recipe.toml
new file mode 100644
index 000000000..3535d7ed4
--- /dev/null
+++ b/recipes/wip/cosmic-term/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pop-os/cosmic-term"
+[build]
+template = "cargo"
diff --git a/recipes/wip/desed/recipe.toml b/recipes/wip/desed/recipe.toml
new file mode 100644
index 000000000..d131398c4
--- /dev/null
+++ b/recipes/wip/desed/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/SoptikHa2/desed"
+[build]
+template = "cargo"
diff --git a/recipes/wip/game-of-life-rs/recipe.toml b/recipes/wip/game-of-life-rs/recipe.toml
new file mode 100644
index 000000000..85d5a1e7a
--- /dev/null
+++ b/recipes/wip/game-of-life-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/kachark/game-of-life-rs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/maze-tui/recipe.toml b/recipes/wip/maze-tui/recipe.toml
new file mode 100644
index 000000000..079cbf893
--- /dev/null
+++ b/recipes/wip/maze-tui/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/agl-alexglopez/maze-tui"
+[build]
+template = "cargo"
diff --git a/recipes/wip/minesweep-rs/recipe.toml b/recipes/wip/minesweep-rs/recipe.toml
new file mode 100644
index 000000000..0af0af58c
--- /dev/null
+++ b/recipes/wip/minesweep-rs/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cpcloud/minesweep-rs"
+rev = "9ed752aa9670b0e5220a25923dca50adb0a92c6f"
+[build]
+template = "cargo"
diff --git a/recipes/wip/nerd-fonts/recipe.toml b/recipes/wip/nerd-fonts/recipe.toml
new file mode 100644
index 000000000..bf4e07383
--- /dev/null
+++ b/recipes/wip/nerd-fonts/recipe.toml
@@ -0,0 +1,10 @@
+#TODO probably wrong script
+[source]
+git = "https://github.com/ryanoasis/nerd-fonts"
+rev = "7b41c66a1ef0c4ac5884a4203cb53c0901217e32"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/ui/fonts
+cp -rv "${COOKBOOK_SOURCE}"/patched-fonts/* "${COOKBOOK_STAGE}"/ui/fonts
+"""
diff --git a/recipes/wip/nomad/recipe.toml b/recipes/wip/nomad/recipe.toml
new file mode 100644
index 000000000..6987f10a4
--- /dev/null
+++ b/recipes/wip/nomad/recipe.toml
@@ -0,0 +1,6 @@
+#TODO not compiled or tested
+#TODO require Nerd Fonts
+[source]
+git = "https://github.com/JosephLai241/nomad"
+[build]
+template = "cargo"
diff --git a/recipes/wip/oatmeal/recipe.toml b/recipes/wip/oatmeal/recipe.toml
new file mode 100644
index 000000000..ef910a83f
--- /dev/null
+++ b/recipes/wip/oatmeal/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dustinblackman/oatmeal"
+rev = "96f08a7b65c7be249a9f8497e247cc920c08459d"
+[build]
+template = "cargo"
diff --git a/recipes/wip/oxc/recipe.toml b/recipes/wip/oxc/recipe.toml
new file mode 100644
index 000000000..d5b2d9669
--- /dev/null
+++ b/recipes/wip/oxc/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/oxc-project/oxc"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages oxc
+"""
diff --git a/recipes/wip/oxycards/recipe.toml b/recipes/wip/oxycards/recipe.toml
new file mode 100644
index 000000000..596fa61f2
--- /dev/null
+++ b/recipes/wip/oxycards/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/BrookJeynes/oxycards"
+[build]
+template = "cargo"
diff --git a/recipes/wip/repgrep/recipe.toml b/recipes/wip/repgrep/recipe.toml
new file mode 100644
index 000000000..491a91943
--- /dev/null
+++ b/recipes/wip/repgrep/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/acheronfail/repgrep"
+rev = "2e270809de00d0aefda272016afb6b5cf1ac4af5"
+[build]
+template = "cargo"
diff --git a/recipes/wip/rust-sadari-cli/recipe.toml b/recipes/wip/rust-sadari-cli/recipe.toml
new file mode 100644
index 000000000..e5be108c3
--- /dev/null
+++ b/recipes/wip/rust-sadari-cli/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/24seconds/rust-sadari-cli"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tenere/recipe.toml b/recipes/wip/tenere/recipe.toml
new file mode 100644
index 000000000..ca06a8cc8
--- /dev/null
+++ b/recipes/wip/tenere/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pythops/tenere"
+rev = "46fe89004dfc461f64b61c9f6c7e8c161aed707c"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tic-tac-toe-rs/recipe.toml b/recipes/wip/tic-tac-toe-rs/recipe.toml
new file mode 100644
index 000000000..8d02ed9c5
--- /dev/null
+++ b/recipes/wip/tic-tac-toe-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/thomas-mauran/tic-tac-toe"
+[build]
+template = "cargo"
-- 
GitLab