From 94280c8cb7975d36a64acb14a2465def8da233fd Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 00:47:29 +0000 Subject: [PATCH] update recipes --- recipes/wip/file/recipe.toml | 2 +- recipes/wip/fio/recipe.toml | 2 +- recipes/wip/firedbg/recipe.toml | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/recipes/wip/file/recipe.toml b/recipes/wip/file/recipe.toml index 14603c902..b8bc7572f 100644 --- a/recipes/wip/file/recipe.toml +++ b/recipes/wip/file/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compilation error [source] tar = "https://astron.com/pub/file/file-5.45.tar.gz" [build] diff --git a/recipes/wip/fio/recipe.toml b/recipes/wip/fio/recipe.toml index ca14abcd4..80c3bd768 100644 --- a/recipes/wip/fio/recipe.toml +++ b/recipes/wip/fio/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO configuration problem [source] git = "https://github.com/axboe/fio" rev = "624e263f6acb1563471a83601ce19dfb77ac5694" diff --git a/recipes/wip/firedbg/recipe.toml b/recipes/wip/firedbg/recipe.toml index 7de858c84..0a96574fb 100644 --- a/recipes/wip/firedbg/recipe.toml +++ b/recipes/wip/firedbg/recipe.toml @@ -1,6 +1,9 @@ -#TODO probably wrong template, if it doesn't work use the "command" package +#TODO [source] git = "https://github.com/SeaQL/FireDBG.for.Rust" rev = "2c1ec30113e2a0c857a37beb4177884528ae69bc" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages command +"""