diff --git a/recipes/wip/twitch-tui/recipe.toml b/recipes/wip/twitch-tui/recipe.toml
index ea3bea90aab6e48d37dbb497865a16d153137f60..28a166577ebed077a57b27d203ab335374a29584 100644
--- a/recipes/wip/twitch-tui/recipe.toml
+++ b/recipes/wip/twitch-tui/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO rustyline crate error
 [source]
 git = "https://github.com/Xithrius/twitch-tui"
 [build]
diff --git a/recipes/wip/typst/recipe.toml b/recipes/wip/typst/recipe.toml
index 293b9fc6f6033cf7d0b2643107f84e8132e64275..be14591e5879aa28eb7b454144e4bef2ffd0358d 100644
--- a/recipes/wip/typst/recipe.toml
+++ b/recipes/wip/typst/recipe.toml
@@ -1,4 +1,5 @@
-#TODO require rustc 1.70 or newer
+#TODO compiled but not tested
+#TODO missing script to properly move the binary
 [source]
 git = "https://github.com/typst/typst"
 rev = "70ca0d257bb4ba927f63260e20443f244e0bb58c"
diff --git a/recipes/wip/usbutils/recipe.toml b/recipes/wip/usbutils/recipe.toml
index 4359a058dfa966042fbc41cb1ea1261b2a48c7ae..ea3c222e6d04f33c14f4e5565c0cc61d1ea1ab45 100644
--- a/recipes/wip/usbutils/recipe.toml
+++ b/recipes/wip/usbutils/recipe.toml
@@ -1,5 +1,4 @@
-#TODO libusb needs to be patched
-#TODO not compiled or tested
+#TODO compilation error
 [source]
 tar = "https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-017.tar.xz"
 [build]
diff --git a/recipes/wip/util-linux/recipe.toml b/recipes/wip/util-linux/recipe.toml
index dc18556259dea6aedfa95301d36c60a4a77c790e..0355aa697b4db67a0d8aa4aa0983307372d336db 100644
--- a/recipes/wip/util-linux/recipe.toml
+++ b/recipes/wip/util-linux/recipe.toml
@@ -1,4 +1,4 @@
-#TODO probably need a script for custom build options
+#TODO compilation error
 [source]
 tar = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.tar.xz"
 [build]
diff --git a/recipes/wip/valgrind/recipe.toml b/recipes/wip/valgrind/recipe.toml
index 65962b2e5992d70fa3af73fd3fe5423ef304b9ba..720d81fa8e986296515d34bc3f49301aa4172cba 100644
--- a/recipes/wip/valgrind/recipe.toml
+++ b/recipes/wip/valgrind/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO port to redox
 [source]
 tar = "https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2"
 [build]
diff --git a/recipes/wip/veloren/recipe.toml b/recipes/wip/veloren/recipe.toml
index 96807c8750502c1c13ca8ab177e357c16490c76f..e1db8ba7448550892dfe678fbb43cfcfe0dc22df 100644
--- a/recipes/wip/veloren/recipe.toml
+++ b/recipes/wip/veloren/recipe.toml
@@ -10,6 +10,6 @@ dependencies = [
     "atk",
     "gdk-pixbuf",
     "gtk3",
-    "eudev3",
+    "eudev",
     "mesa",
 ]
diff --git a/recipes/wip/verrou/recipe.toml b/recipes/wip/verrou/recipe.toml
index 674ae38a1355381cfb575d6811522482d4f5c1d0..0417a70dbeb4c75ee86d30175da8cdee3e29348f 100644
--- a/recipes/wip/verrou/recipe.toml
+++ b/recipes/wip/verrou/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO port to redox
 [source]
 tar = "https://github.com/edf-hpc/verrou/releases/download/v2.5.0/valgrind-3.21.0_verrou-2.5.0.tar.gz"
 [build]
diff --git a/recipes/wip/vincenzo/recipe.toml b/recipes/wip/vincenzo/recipe.toml
index bc9c01461adf21d7a31708f5587c9df5776e9f10..e01c47e018f80e9c1f8abe7ce0120c3b7de7e313 100644
--- a/recipes/wip/vincenzo/recipe.toml
+++ b/recipes/wip/vincenzo/recipe.toml
@@ -2,4 +2,7 @@
 [source]
 git = "https://github.com/gabrieldemian/vincenzo"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo_packages vcz
+"""