From 635bc488f3ac004b7797a1bddaad84da99ee1e9c Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 10 Jun 2024 11:49:44 +0000 Subject: [PATCH] Update recipes --- recipes/wip/tools/diffy/recipe.toml | 3 ++- recipes/wip/tools/haylxon/recipe.toml | 2 +- recipes/wip/tools/hoard/recipe.toml | 3 +++ recipes/wip/tools/tarlz/recipe.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/wip/tools/diffy/recipe.toml b/recipes/wip/tools/diffy/recipe.toml index d138b0d6f..91eaa010a 100644 --- a/recipes/wip/tools/diffy/recipe.toml +++ b/recipes/wip/tools/diffy/recipe.toml @@ -1,4 +1,5 @@ -#TODO Not compiled or tested +#TODO add a command to properly move the executable +#TODO compiled but not tested [source] git = "https://github.com/bmwill/diffy" [build] diff --git a/recipes/wip/tools/haylxon/recipe.toml b/recipes/wip/tools/haylxon/recipe.toml index 38346aeaf..cbcf16274 100644 --- a/recipes/wip/tools/haylxon/recipe.toml +++ b/recipes/wip/tools/haylxon/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/pwnwriter/haylxon" [build] diff --git a/recipes/wip/tools/hoard/recipe.toml b/recipes/wip/tools/hoard/recipe.toml index 446a1b75f..3495a7beb 100644 --- a/recipes/wip/tools/hoard/recipe.toml +++ b/recipes/wip/tools/hoard/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/Hyde46/hoard" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/tools/tarlz/recipe.toml b/recipes/wip/tools/tarlz/recipe.toml index 5972ff994..0985a0c22 100644 --- a/recipes/wip/tools/tarlz/recipe.toml +++ b/recipes/wip/tools/tarlz/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO missing header files [source] tar = "https://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.25.tar.lz" [build]