From 3c4a0d35dd983a4129a6e688cc8110544201a9a5 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 18 Jun 2024 21:13:11 +0000 Subject: [PATCH] Update recipes --- recipes/wip/shells/brush/recipe.toml | 2 +- recipes/wip/web/gosub/recipe.toml | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/recipes/wip/shells/brush/recipe.toml b/recipes/wip/shells/brush/recipe.toml index 1a0ce04b6..4a2f0a576 100644 --- a/recipes/wip/shells/brush/recipe.toml +++ b/recipes/wip/shells/brush/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO redox is not supported by the procfs crate [source] git = "https://github.com/reubeno/brush" [build] diff --git a/recipes/wip/web/gosub/recipe.toml b/recipes/wip/web/gosub/recipe.toml index c44524658..592a26789 100644 --- a/recipes/wip/web/gosub/recipe.toml +++ b/recipes/wip/web/gosub/recipe.toml @@ -4,6 +4,15 @@ git = "https://github.com/gosub-browser/gosub-engine" [build] template = "custom" script = """ -cookbook_cargo --bin gosub-parser css3-parser renderer \ -style-parser +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 """ -- GitLab