diff --git a/recipes/wip/rex/recipe.toml b/recipes/wip/rex/recipe.toml
index c71e7dbfcae47331e79dc8f697a1d87982b6ca4a..7dbf3460edc5611884ae1349e6f50f7ffe0b11f9 100644
--- a/recipes/wip/rex/recipe.toml
+++ b/recipes/wip/rex/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO rex-tui crate error (after cargo update)
 [source]
 git = "https://github.com/TheRustyPickle/Rex"
 [build]
diff --git a/recipes/wip/ripasso/recipe.toml b/recipes/wip/ripasso/recipe.toml
index be0f8b77a208a5fe8026a4e7dbe0fc9fce0cadd9..fd10be75be577278aa4370c1e2d0501f253cbadc 100644
--- a/recipes/wip/ripasso/recipe.toml
+++ b/recipes/wip/ripasso/recipe.toml
@@ -1,10 +1,11 @@
-#TODO make libgpg-error dependency work (after cargo update)
+#TODO make libgpg-error dependency work
 [source]
 git = "https://github.com/cortex/ripasso"
 [build]
 template = "custom"
 dependencies = [
     "openssl1",
+    "libgpg-error",
 ]
 script = """
 cookbook_cargo_packages ripasso-cursive
diff --git a/recipes/wip/rnnoise/recipe.toml b/recipes/wip/rnnoise/recipe.toml
index 6c1a63e84e1f6f66651bfc10c178a29bf5621be4..1ba959ad2a62cb318d030a160ac5b968fba6e032 100644
--- a/recipes/wip/rnnoise/recipe.toml
+++ b/recipes/wip/rnnoise/recipe.toml
@@ -1,5 +1,5 @@
-#TODO Not compiled or tested
+#TODO missing script for building
 [source]
 git = "https://gitlab.xiph.org/xiph/rnnoise"
 [build]
-template = "configure"
+template = "custom"
diff --git a/recipes/wip/rqbit/recipe.toml b/recipes/wip/rqbit/recipe.toml
index 26450e7f1b231e37c928d2453ccca3fe5898cd5a..8a48165e36dc29ad0bbe35ce1a5570d9fc3168c9 100644
--- a/recipes/wip/rqbit/recipe.toml
+++ b/recipes/wip/rqbit/recipe.toml
@@ -3,4 +3,7 @@
 git = "https://github.com/ikatson/rqbit"
 rev = "3dc2e3eace2fce7c448d7fcf8360fe0f312a29c7"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo_packages rqbit
+"""