diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml index 489bd7a567f45fb7e5051f72be2b753396539f87..7dd5691530bf59d3f04ff85a45305b362381aa52 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 5e4bd9800de3b04be1055e55f99e5cc6d3377ebc..7cb30143b2c96299a89727c986ced44480406dd0 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", ]