From d472a1e15d09241df41c48eb6697d760946f4ba9 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 8 Jun 2024 18:50:55 +0000 Subject: [PATCH] Update recipes --- recipes/wip/security/keyscope/recipe.toml | 5 ++++- recipes/wip/security/sq/recipe.toml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml index 489bd7a56..7dd569153 100644 --- a/recipes/wip/security/keyscope/recipe.toml +++ b/recipes/wip/security/keyscope/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/SpectralOps/keyscope" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages keyscope +""" diff --git a/recipes/wip/security/sq/recipe.toml b/recipes/wip/security/sq/recipe.toml index 5e4bd9800..7cb30143b 100644 --- a/recipes/wip/security/sq/recipe.toml +++ b/recipes/wip/security/sq/recipe.toml @@ -1,8 +1,9 @@ -#TODO Not compiled or tested +#TODO make libnettle work [source] git = "https://gitlab.com/sequoia-pgp/sequoia-sq" [build] template = "cargo" dependencies = [ "openssl1", + "libnettle", ] -- GitLab