diff --git a/recipes/wip/sudo-rs/recipe.toml b/recipes/wip/sudo-rs/recipe.toml
index b81f1ceda42459a55c65ef8c2763f7724edf4017..f0daeb47372e5b4e922e2531c385700324f65fad 100644
--- a/recipes/wip/sudo-rs/recipe.toml
+++ b/recipes/wip/sudo-rs/recipe.toml
@@ -1,4 +1,5 @@
-#TODO requires Linux PAM, probably needs porting
+#TODO libc crate error
+#TODO requires Linux PAM
 [source]
 git = "https://github.com/memorysafety/sudo-rs"
 [build]
diff --git a/recipes/wip/svg2pdf/recipe.toml b/recipes/wip/svg2pdf/recipe.toml
index 5ee3f736bf1c84d1743b7fd10a10482e9481183e..28624b91c99c011ac05129c1a463cf0df48e4d90 100644
--- a/recipes/wip/svg2pdf/recipe.toml
+++ b/recipes/wip/svg2pdf/recipe.toml
@@ -1,4 +1,5 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
+#TODO missing script to properly move the binary
 [source]
 git = "https://github.com/typst/svg2pdf"
 rev = "7d13eab7f01a9ab1577cfb348eead05726658c53"
diff --git a/recipes/wip/swc/recipe.toml b/recipes/wip/swc/recipe.toml
index 51a9e777567c2002e622bcf9fc1a015179c290d6..112eaa7fdb09fd476a86bc89465079dadd0369bf 100644
--- a/recipes/wip/swc/recipe.toml
+++ b/recipes/wip/swc/recipe.toml
@@ -2,4 +2,7 @@
 [source]
 git = "https://github.com/swc-project/swc"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo_packages swc_cli_impl
+"""