From ba63db068f57775f05e582afcd1a7c215f9d58a5 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 16:52:24 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/sudo-rs/recipe.toml | 3 ++-
 recipes/wip/svg2pdf/recipe.toml | 3 ++-
 recipes/wip/swc/recipe.toml     | 5 ++++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/sudo-rs/recipe.toml b/recipes/wip/sudo-rs/recipe.toml
index b81f1ceda..f0daeb473 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 5ee3f736b..28624b91c 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 51a9e7775..112eaa7fd 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
+"""
-- 
GitLab