From 251560bd32fc6d6799ecba7ef148b2fe8adec200 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 10 Jun 2024 18:39:19 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/tools/byteblitz/recipe.toml  | 2 +-
 recipes/wip/tools/eureka/recipe.toml     | 5 ++++-
 recipes/wip/tools/hawkeye/recipe.toml    | 3 ++-
 recipes/wip/tools/hl/recipe.toml         | 2 +-
 recipes/wip/tools/mkisofs-rs/recipe.toml | 2 +-
 recipes/wip/tools/sigi/recipe.toml       | 2 +-
 recipes/wip/tools/tq/recipe.toml         | 2 +-
 recipes/wip/tools/xsv/recipe.toml        | 2 +-
 8 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/recipes/wip/tools/byteblitz/recipe.toml b/recipes/wip/tools/byteblitz/recipe.toml
index 5fc945028..63113dab9 100644
--- a/recipes/wip/tools/byteblitz/recipe.toml
+++ b/recipes/wip/tools/byteblitz/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/noahra/byteblitz"
 [build]
diff --git a/recipes/wip/tools/eureka/recipe.toml b/recipes/wip/tools/eureka/recipe.toml
index 255315b34..868265a9f 100644
--- a/recipes/wip/tools/eureka/recipe.toml
+++ b/recipes/wip/tools/eureka/recipe.toml
@@ -1,5 +1,8 @@
-#TODO Not compiled or tested
+#TODO Not compiled or tested (after cargo update)
 [source]
 git = "https://github.com/simeg/eureka"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
diff --git a/recipes/wip/tools/hawkeye/recipe.toml b/recipes/wip/tools/hawkeye/recipe.toml
index 64025cc87..acdd976cd 100644
--- a/recipes/wip/tools/hawkeye/recipe.toml
+++ b/recipes/wip/tools/hawkeye/recipe.toml
@@ -1,4 +1,5 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
+#TODO add a command to properly move the executable
 [source]
 git = "https://github.com/korandoru/hawkeye"
 [build]
diff --git a/recipes/wip/tools/hl/recipe.toml b/recipes/wip/tools/hl/recipe.toml
index 9eb58d96f..b6a227d5e 100644
--- a/recipes/wip/tools/hl/recipe.toml
+++ b/recipes/wip/tools/hl/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/pamburus/hl"
 [build]
diff --git a/recipes/wip/tools/mkisofs-rs/recipe.toml b/recipes/wip/tools/mkisofs-rs/recipe.toml
index be3c7d272..99e603494 100644
--- a/recipes/wip/tools/mkisofs-rs/recipe.toml
+++ b/recipes/wip/tools/mkisofs-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/marysaka/mkisofs-rs"
 [build]
diff --git a/recipes/wip/tools/sigi/recipe.toml b/recipes/wip/tools/sigi/recipe.toml
index 5e5aa2a6b..1c5a0e492 100644
--- a/recipes/wip/tools/sigi/recipe.toml
+++ b/recipes/wip/tools/sigi/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO rustyline crate error
 [source]
 git = "https://github.com/sigi-cli/sigi"
 [build]
diff --git a/recipes/wip/tools/tq/recipe.toml b/recipes/wip/tools/tq/recipe.toml
index 2dcef6e9e..652d0c5aa 100644
--- a/recipes/wip/tools/tq/recipe.toml
+++ b/recipes/wip/tools/tq/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/cryptaliagy/tq-rs"
 [build]
diff --git a/recipes/wip/tools/xsv/recipe.toml b/recipes/wip/tools/xsv/recipe.toml
index c2fcf5fc0..9dec0d298 100644
--- a/recipes/wip/tools/xsv/recipe.toml
+++ b/recipes/wip/tools/xsv/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO update the redox_syscall version on the dependency tree
 [source]
 git = "https://github.com/BurntSushi/xsv"
 [build]
-- 
GitLab