From 665482f59ad0914c18ee82c07972237c8d1e91f3 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 10 Jun 2024 21:07:20 +0000 Subject: [PATCH] Update recipes --- recipes/wip/finance/apcacli/recipe.toml | 2 +- recipes/wip/finance/cargo-fund/recipe.toml | 3 +++ recipes/wip/finance/pushtx/recipe.toml | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/wip/finance/apcacli/recipe.toml b/recipes/wip/finance/apcacli/recipe.toml index d288822b1..e2fdc08b5 100644 --- a/recipes/wip/finance/apcacli/recipe.toml +++ b/recipes/wip/finance/apcacli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/d-e-s-o/apcacli" [build] diff --git a/recipes/wip/finance/cargo-fund/recipe.toml b/recipes/wip/finance/cargo-fund/recipe.toml index 1b5697be4..2f09bccb9 100644 --- a/recipes/wip/finance/cargo-fund/recipe.toml +++ b/recipes/wip/finance/cargo-fund/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/acfoltzer/cargo-fund" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/finance/pushtx/recipe.toml b/recipes/wip/finance/pushtx/recipe.toml index 0078b9d59..43b24cf73 100644 --- a/recipes/wip/finance/pushtx/recipe.toml +++ b/recipes/wip/finance/pushtx/recipe.toml @@ -1,4 +1,5 @@ -#TODO Not compiled or tested +#TODO compiled but not tested +#TODO add a command to properly move the executable [source] git = "https://github.com/alfred-hodler/pushtx" [build]