From eaa76f41c193f531312962620a0076a63a4580f9 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 21 Aug 2024 00:53:16 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/office/cactui/recipe.toml |  5 +++++
 recipes/wip/ssh/dropbear/recipe.toml  |  5 +++++
 recipes/wip/sys-info/btop/recipe.toml |  6 ++++++
 recipes/wip/vm/virtualbox/recipe.toml | 27 +++++++++++++++++++++++++++
 4 files changed, 43 insertions(+)
 create mode 100644 recipes/wip/office/cactui/recipe.toml
 create mode 100644 recipes/wip/ssh/dropbear/recipe.toml
 create mode 100644 recipes/wip/sys-info/btop/recipe.toml
 create mode 100644 recipes/wip/vm/virtualbox/recipe.toml

diff --git a/recipes/wip/office/cactui/recipe.toml b/recipes/wip/office/cactui/recipe.toml
new file mode 100644
index 000000000..1f491a8aa
--- /dev/null
+++ b/recipes/wip/office/cactui/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/vkobinski/CacTui"
+[build]
+template = "cargo"
diff --git a/recipes/wip/ssh/dropbear/recipe.toml b/recipes/wip/ssh/dropbear/recipe.toml
new file mode 100644
index 000000000..ed1ae0268
--- /dev/null
+++ b/recipes/wip/ssh/dropbear/recipe.toml
@@ -0,0 +1,5 @@
+#TODO missing gnu make script, see https://github.com/mkj/dropbear/blob/master/INSTALL.md
+[source]
+tar = "https://matt.ucc.asn.au/dropbear/releases/dropbear-2024.85.tar.bz2"
+[build]
+template = "custom"
diff --git a/recipes/wip/sys-info/btop/recipe.toml b/recipes/wip/sys-info/btop/recipe.toml
new file mode 100644
index 000000000..8df60dff1
--- /dev/null
+++ b/recipes/wip/sys-info/btop/recipe.toml
@@ -0,0 +1,6 @@
+#TODO missing gnu make script, see https://github.com/aristocratos/btop#compilation-linux
+[source]
+git = "https://github.com/aristocratos/btop"
+rev = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670"
+[build]
+template = "custom"
diff --git a/recipes/wip/vm/virtualbox/recipe.toml b/recipes/wip/vm/virtualbox/recipe.toml
new file mode 100644
index 000000000..26a78e72a
--- /dev/null
+++ b/recipes/wip/vm/virtualbox/recipe.toml
@@ -0,0 +1,27 @@
+#TODO missing script for kbuild
+#TODO missing dependencies
+# build instructions:
+# https://www.virtualbox.org/wiki/Build_instructions
+# https://www.virtualbox.org/wiki/Linux%20build%20instructions
+# how to port - https://www.virtualbox.org/wiki/Porting_VirtualBox
+[source]
+tar = "https://download.virtualbox.org/virtualbox/7.0.20/VirtualBox-7.0.20.tar.bz2"
+[build]
+template = "custom"
+dependencies = [
+    "libcap",
+    "curl",
+    "libopus",
+    "pulseaudio",
+    "qt5-3d",
+    "qt5-x11extras",
+    "qt5-tools",
+    "sdl1",
+    "sdl2-ttf",
+    "openssl1",
+    "libvpx",
+    "libxml2",
+    "libxslt",
+    "zlib",
+    "mesa",
+]
-- 
GitLab