From 01e0a81808a81b87900cb2a77c17cfb3cd5c7466 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 12 Jul 2024 07:41:36 +0000
Subject: [PATCH] Add a recipe

---
 recipes/wip/monitors/htop/recipe.toml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 recipes/wip/monitors/htop/recipe.toml

diff --git a/recipes/wip/monitors/htop/recipe.toml b/recipes/wip/monitors/htop/recipe.toml
new file mode 100644
index 000000000..f5f90ae23
--- /dev/null
+++ b/recipes/wip/monitors/htop/recipe.toml
@@ -0,0 +1,13 @@
+#TODO port to redox
+# build instructions - https://github.com/htop-dev/htop#build-instructions
+[source]
+tar = "https://github.com/htop-dev/htop/releases/download/3.3.0/htop-3.3.0.tar.xz"
+[build]
+template = "custom"
+dependencies = [
+    "ncurses",
+]
+script = """
+export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
+cookbook_configure
+"""
-- 
GitLab