From 17a209b14bb6dea8a98515b13607228f35062dde Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 11:13:37 +0000 Subject: [PATCH] update recipes --- recipes/wip/mandy/recipe.toml | 2 +- recipes/wip/mask/recipe.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/mandy/recipe.toml b/recipes/wip/mandy/recipe.toml index ff7a17335..aaa9a7e2d 100644 --- a/recipes/wip/mandy/recipe.toml +++ b/recipes/wip/mandy/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO libssh2-sys crate error [source] git = "https://github.com/angeldollface/mandy" rev = "a64f20d0386af628af2662ed2a1e72faf9efe355" diff --git a/recipes/wip/mask/recipe.toml b/recipes/wip/mask/recipe.toml index 31f440fd7..533500ac9 100644 --- a/recipes/wip/mask/recipe.toml +++ b/recipes/wip/mask/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/jacobdeichert/mask" rev = "a082ee0e5c0a87ccd2447d569fe3a055222864c3" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages mask +"""