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]