From 0461640461d65a20ab91274f80de74104ba2d131 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Mar 2024 16:35:25 +0000 Subject: [PATCH] update recipes --- recipes/wip/tools/rfz/recipe.toml | 2 +- recipes/wip/tools/rix/recipe.toml | 2 +- recipes/wip/tools/run/recipe.toml | 2 +- recipes/wip/tools/rusty-psn-cli/recipe.toml | 2 +- recipes/wip/tools/rusty-psn-gui/recipe.toml | 2 +- recipes/wip/tools/rustytube/recipe.toml | 5 ----- recipes/wip/tools/tinywasm/recipe.toml | 2 +- recipes/wip/tools/toipe/recipe.toml | 2 +- 8 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 recipes/wip/tools/rustytube/recipe.toml diff --git a/recipes/wip/tools/rfz/recipe.toml b/recipes/wip/tools/rfz/recipe.toml index 51e93ca1e..eb11559a7 100644 --- a/recipes/wip/tools/rfz/recipe.toml +++ b/recipes/wip/tools/rfz/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/MangoTzara/rfz" [build] diff --git a/recipes/wip/tools/rix/recipe.toml b/recipes/wip/tools/rix/recipe.toml index ba9f08d75..3b0da13b1 100644 --- a/recipes/wip/tools/rix/recipe.toml +++ b/recipes/wip/tools/rix/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/urbas/rix" [build] diff --git a/recipes/wip/tools/run/recipe.toml b/recipes/wip/tools/run/recipe.toml index fa2c06bd6..a15e18f5f 100644 --- a/recipes/wip/tools/run/recipe.toml +++ b/recipes/wip/tools/run/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fix the script [source] git = "https://github.com/LyonSyonII/run" [build] diff --git a/recipes/wip/tools/rusty-psn-cli/recipe.toml b/recipes/wip/tools/rusty-psn-cli/recipe.toml index 558abe142..9306f0673 100644 --- a/recipes/wip/tools/rusty-psn-cli/recipe.toml +++ b/recipes/wip/tools/rusty-psn-cli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO port to Orbital [source] git = "https://github.com/RainbowCookie32/rusty-psn" [build] diff --git a/recipes/wip/tools/rusty-psn-gui/recipe.toml b/recipes/wip/tools/rusty-psn-gui/recipe.toml index 8298b981f..40478c79f 100644 --- a/recipes/wip/tools/rusty-psn-gui/recipe.toml +++ b/recipes/wip/tools/rusty-psn-gui/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO port to Orbital [source] git = "https://github.com/RainbowCookie32/rusty-psn" [build] diff --git a/recipes/wip/tools/rustytube/recipe.toml b/recipes/wip/tools/rustytube/recipe.toml deleted file mode 100644 index c59604ed8..000000000 --- a/recipes/wip/tools/rustytube/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO Not compiled or tested -[source] -git = "https://github.com/opensourcecheemsburgers/RustyTube" -[build] -template = "cargo" diff --git a/recipes/wip/tools/tinywasm/recipe.toml b/recipes/wip/tools/tinywasm/recipe.toml index 1eb5f37fb..52119d08a 100644 --- a/recipes/wip/tools/tinywasm/recipe.toml +++ b/recipes/wip/tools/tinywasm/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO configuration error [source] git = "https://github.com/explodingcamera/tinywasm" [build] diff --git a/recipes/wip/tools/toipe/recipe.toml b/recipes/wip/tools/toipe/recipe.toml index 5ee874ad2..5b093d2fe 100644 --- a/recipes/wip/tools/toipe/recipe.toml +++ b/recipes/wip/tools/toipe/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/Samyak2/toipe" [build] -- GitLab