From b7e5d3c01992c5523e10c7bf937ea1aa67320b6d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 01:03:49 +0000 Subject: [PATCH] update recipes --- recipes/wip/pifs/recipe.toml | 1 + recipes/wip/pipr/recipe.toml | 2 +- recipes/wip/pixcil/recipe.toml | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/wip/pifs/recipe.toml b/recipes/wip/pifs/recipe.toml index 7bc4e2b45..e7ab1909d 100644 --- a/recipes/wip/pifs/recipe.toml +++ b/recipes/wip/pifs/recipe.toml @@ -1,3 +1,4 @@ +#TODO make libfuse 2.x works #TODO probably wrong script, see https://github.com/philipl/pifs#readme [source] git = "https://github.com/philipl/pifs" diff --git a/recipes/wip/pipr/recipe.toml b/recipes/wip/pipr/recipe.toml index f6d7797c8..33e24f7d4 100644 --- a/recipes/wip/pipr/recipe.toml +++ b/recipes/wip/pipr/recipe.toml @@ -1,4 +1,4 @@ -#TODO compilation error (after an update on tokio, crossterm and tui crates) +#TODO mio crate error (after cargo update) [source] git = "https://github.com/Elkowar/pipr" [build] diff --git a/recipes/wip/pixcil/recipe.toml b/recipes/wip/pixcil/recipe.toml index fe5261eb2..072c29cbd 100644 --- a/recipes/wip/pixcil/recipe.toml +++ b/recipes/wip/pixcil/recipe.toml @@ -1,6 +1,10 @@ +#TODO #TODO require WebAssembly [source] git = "https://github.com/sile/pixcil" rev = "2309661977c3191f44e730c5a17639874e497b69" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages pixcil +""" -- GitLab