From d230e2bd89babd6cefffa1db610e7f866aba2c0f Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 22 Dec 2023 16:14:25 +0000 Subject: [PATCH] update recipes --- recipes/wip/numbat/recipe.toml | 3 ++- recipes/wip/oatmeal/recipe.toml | 2 +- recipes/wip/odilia/recipe.toml | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/wip/numbat/recipe.toml b/recipes/wip/numbat/recipe.toml index 9ba5f6afa..9b5ee67e4 100644 --- a/recipes/wip/numbat/recipe.toml +++ b/recipes/wip/numbat/recipe.toml @@ -1,4 +1,5 @@ -#TODO Not compiled or tested +#TODO compiled but not tested +#TODO missing script to properly move the binary [source] git = "https://github.com/sharkdp/numbat" [build] diff --git a/recipes/wip/oatmeal/recipe.toml b/recipes/wip/oatmeal/recipe.toml index ef910a83f..76aad242d 100644 --- a/recipes/wip/oatmeal/recipe.toml +++ b/recipes/wip/oatmeal/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO openssl-sys crate error [source] git = "https://github.com/dustinblackman/oatmeal" rev = "96f08a7b65c7be249a9f8497e247cc920c08459d" diff --git a/recipes/wip/odilia/recipe.toml b/recipes/wip/odilia/recipe.toml index 0dd9e6717..635fb5cd1 100644 --- a/recipes/wip/odilia/recipe.toml +++ b/recipes/wip/odilia/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/odilia-app/odilia" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages odilia +""" -- GitLab