From ace95e73554ad487db22f36f59bb8a19eb96d1c9 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 20:23:00 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/licensure/recipe.toml | 2 +- recipes/wip/dev/lockdiff/recipe.toml | 2 +- recipes/wip/dev/loco/recipe.toml | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/recipes/wip/dev/licensure/recipe.toml b/recipes/wip/dev/licensure/recipe.toml index b34fe0b0b..21c306418 100644 --- a/recipes/wip/dev/licensure/recipe.toml +++ b/recipes/wip/dev/licensure/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/chasinglogic/licensure" [build] diff --git a/recipes/wip/dev/lockdiff/recipe.toml b/recipes/wip/dev/lockdiff/recipe.toml index c01e07953..edbb09062 100644 --- a/recipes/wip/dev/lockdiff/recipe.toml +++ b/recipes/wip/dev/lockdiff/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/your-tools/lockdiff" [build] diff --git a/recipes/wip/dev/loco/recipe.toml b/recipes/wip/dev/loco/recipe.toml index abd88d446..1f72b5163 100644 --- a/recipes/wip/dev/loco/recipe.toml +++ b/recipes/wip/dev/loco/recipe.toml @@ -4,5 +4,14 @@ git = "https://github.com/loco-rs/loco" [build] template = "custom" script = """ -cookbook_cargo_packages loco-cli +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}" """ -- GitLab