From c2c7c7d87d1e8e5f307a485cd19e5fd2760de254 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 18 Jun 2024 21:45:16 +0000
Subject: [PATCH] Update a recipe

---
 recipes/wip/web/gosub/recipe.toml | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/recipes/wip/web/gosub/recipe.toml b/recipes/wip/web/gosub/recipe.toml
index 592a26789..137d23df6 100644
--- a/recipes/wip/web/gosub/recipe.toml
+++ b/recipes/wip/web/gosub/recipe.toml
@@ -1,18 +1,9 @@
-#TODO not compiled or tested
+#TODO discover how to build the bins
 [source]
 git = "https://github.com/gosub-browser/gosub-engine"
 [build]
 template = "custom"
 script = """
-cookbook_cargo --bin gosub_engine
-BINS=(
-    gosub-parser
-    css3-parser
-    renderer
-    style-parser
-)
-for bin in "${BINS[@]}"
-do
-  ln -sv gosub_engine "${COOKBOOK_STAGE}/usr/bin/$bin"
-done
+cookbook_cargo --bin gosub-parser css3-parser renderer \
+style-parser
 """
-- 
GitLab