From e17cb9f6bc71259acf6ce071c5c6c7e496f08ee3 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 11 Jun 2024 20:30:36 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/loco/recipe.toml | 14 +------------- recipes/wip/dev/margo/recipe.toml | 2 +- recipes/wip/dev/memtest-vulkan/recipe.toml | 2 +- recipes/wip/dev/mise/recipe.toml | 3 +++ 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/recipes/wip/dev/loco/recipe.toml b/recipes/wip/dev/loco/recipe.toml index 1f72b5163..3a461cb02 100644 --- a/recipes/wip/dev/loco/recipe.toml +++ b/recipes/wip/dev/loco/recipe.toml @@ -1,17 +1,5 @@ -#TODO not compiled or tested +#TODO a script for a Cargo package with a flag [source] git = "https://github.com/loco-rs/loco" [build] template = "custom" -script = """ -binary=loco-rs -"${COOKBOOK_CARGO}" build \ - --manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \ - --bin "${binary}" \ - --release - --cli - mkdir -pv "${COOKBOOK_STAGE}/usr/bin" - cp -v \ - "target/${TARGET}/release/${binary}" \ - "${COOKBOOK_STAGE}/usr/bin/${binary}" -""" diff --git a/recipes/wip/dev/margo/recipe.toml b/recipes/wip/dev/margo/recipe.toml index f12d0d03e..cbc7749b3 100644 --- a/recipes/wip/dev/margo/recipe.toml +++ b/recipes/wip/dev/margo/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/integer32llc/margo" [build] diff --git a/recipes/wip/dev/memtest-vulkan/recipe.toml b/recipes/wip/dev/memtest-vulkan/recipe.toml index 540689c91..33ef2ee99 100644 --- a/recipes/wip/dev/memtest-vulkan/recipe.toml +++ b/recipes/wip/dev/memtest-vulkan/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO nix, fs4 and rustix crates error [source] git = "https://github.com/GpuZelenograd/memtest_vulkan" [build] diff --git a/recipes/wip/dev/mise/recipe.toml b/recipes/wip/dev/mise/recipe.toml index b50148833..eaf8ed19d 100644 --- a/recipes/wip/dev/mise/recipe.toml +++ b/recipes/wip/dev/mise/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/jdx/mise" [build] template = "cargo" +dependencies = [ + "openssl1", +]