diff --git a/recipes/wip/abi-cafe/recipe.toml b/recipes/wip/abi-cafe/recipe.toml
index 74202b6e5f28efd1e4e876de8c849a8b1eb3ac65..5dc58fe764503210edd6165acfa12a81b79bb848 100644
--- a/recipes/wip/abi-cafe/recipe.toml
+++ b/recipes/wip/abi-cafe/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after an update on the libc crate)
 [source]
 git = "https://github.com/Gankra/abi-cafe"
 [build]
diff --git a/recipes/wip/aeruginous/recipe.toml b/recipes/wip/aeruginous/recipe.toml
index b524503f84d6cb1068afac4c5c128eda2836236e..ea249d5301a2189d15ea77e6056d553a127a62d4 100644
--- a/recipes/wip/aeruginous/recipe.toml
+++ b/recipes/wip/aeruginous/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 tar = "https://github.com/kevinmatthes/aeruginous-rs/archive/refs/tags/v3.3.0.tar.gz"
 [build]
diff --git a/recipes/wip/alacritty/recipe.toml b/recipes/wip/alacritty/recipe.toml
index ea58e3bf3589e80ad2415c794f7edb352bfd8692..8d34d5222ed5d87a1caf51f96a4c30c51c1462db 100644
--- a/recipes/wip/alacritty/recipe.toml
+++ b/recipes/wip/alacritty/recipe.toml
@@ -2,8 +2,11 @@
 [source]
 tar = "https://github.com/alacritty/alacritty/archive/refs/tags/v0.12.3.tar.gz"
 [build]
-template = "cargo"
+template = "custom"
 dependencies = [
     "freetype2",
     "fontconfig",
 ]
+script = """
+cookbook_cargo_packages alacritty
+"""