From f198714053a80be877cda80bfd2934e7619ae0c8 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 25 Jun 2024 20:09:38 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/terminal/tab-rs/recipe.toml |  8 ++++++++
 recipes/wip/terminal/tmux/recipe.toml   | 13 +++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 recipes/wip/terminal/tab-rs/recipe.toml
 create mode 100644 recipes/wip/terminal/tmux/recipe.toml

diff --git a/recipes/wip/terminal/tab-rs/recipe.toml b/recipes/wip/terminal/tab-rs/recipe.toml
new file mode 100644
index 000000000..91355fc90
--- /dev/null
+++ b/recipes/wip/terminal/tab-rs/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/austinjones/tab-rs"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages tab
+"""
diff --git a/recipes/wip/terminal/tmux/recipe.toml b/recipes/wip/terminal/tmux/recipe.toml
new file mode 100644
index 000000000..6a95203b6
--- /dev/null
+++ b/recipes/wip/terminal/tmux/recipe.toml
@@ -0,0 +1,13 @@
+#TODO not compiled or tested
+[source]
+tar = "https://github.com/tmux/tmux/releases/download/3.4/tmux-3.4.tar.gz"
+[build]
+template = "custom"
+dependencies = [
+    "ncurses",
+    "libevent",
+]
+script = """
+export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
+cookbook_configure
+"""
-- 
GitLab