From 60fa79bbbf7bb3a127496a0d08fd0cf4d0936a72 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 30 May 2024 08:55:18 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/get-blessed/recipe.toml | 5 +++++ recipes/wip/finance/pushtx/recipe.toml | 8 ++++++++ recipes/wip/net/hurl/recipe.toml | 13 +++++++++++++ recipes/wip/net/vopono/recipe.toml | 5 +++++ recipes/wip/security/flawz/recipe.toml | 5 +++++ recipes/wip/tools/helix-gpui/recipe.toml | 5 +++++ recipes/wip/tools/hired/recipe.toml | 5 +++++ recipes/wip/tools/lddtree-rs/recipe.toml | 5 +++++ 8 files changed, 51 insertions(+) create mode 100644 recipes/wip/dev/get-blessed/recipe.toml create mode 100644 recipes/wip/finance/pushtx/recipe.toml create mode 100644 recipes/wip/net/hurl/recipe.toml create mode 100644 recipes/wip/net/vopono/recipe.toml create mode 100644 recipes/wip/security/flawz/recipe.toml create mode 100644 recipes/wip/tools/helix-gpui/recipe.toml create mode 100644 recipes/wip/tools/hired/recipe.toml create mode 100644 recipes/wip/tools/lddtree-rs/recipe.toml diff --git a/recipes/wip/dev/get-blessed/recipe.toml b/recipes/wip/dev/get-blessed/recipe.toml new file mode 100644 index 000000000..d2af7004a --- /dev/null +++ b/recipes/wip/dev/get-blessed/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/josueBarretogit/get_blessed_rs" +[build] +template = "cargo" diff --git a/recipes/wip/finance/pushtx/recipe.toml b/recipes/wip/finance/pushtx/recipe.toml new file mode 100644 index 000000000..0078b9d59 --- /dev/null +++ b/recipes/wip/finance/pushtx/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/alfred-hodler/pushtx" +[build] +template = "custom" +script = """ +cookbook_cargo_packages pushtx-cli +""" diff --git a/recipes/wip/net/hurl/recipe.toml b/recipes/wip/net/hurl/recipe.toml new file mode 100644 index 000000000..9cb9a7e74 --- /dev/null +++ b/recipes/wip/net/hurl/recipe.toml @@ -0,0 +1,13 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Orange-OpenSource/hurl" +[build] +template = "cargo" +dependencies = [ + "openssl1", + "curl", + "libxml2", +] +script = """ +cookbook_cargo_packages hurl +""" diff --git a/recipes/wip/net/vopono/recipe.toml b/recipes/wip/net/vopono/recipe.toml new file mode 100644 index 000000000..73dba8f89 --- /dev/null +++ b/recipes/wip/net/vopono/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/jamesmcm/vopono" +[build] +template = "cargo" diff --git a/recipes/wip/security/flawz/recipe.toml b/recipes/wip/security/flawz/recipe.toml new file mode 100644 index 000000000..b61afd832 --- /dev/null +++ b/recipes/wip/security/flawz/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/orhun/flawz" +[build] +template = "cargo" diff --git a/recipes/wip/tools/helix-gpui/recipe.toml b/recipes/wip/tools/helix-gpui/recipe.toml new file mode 100644 index 000000000..8497aad99 --- /dev/null +++ b/recipes/wip/tools/helix-gpui/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/polachok/helix-gpui" +[build] +template = "cargo" diff --git a/recipes/wip/tools/hired/recipe.toml b/recipes/wip/tools/hired/recipe.toml new file mode 100644 index 000000000..c9b1d27a7 --- /dev/null +++ b/recipes/wip/tools/hired/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sidju/hired" +[build] +template = "cargo" diff --git a/recipes/wip/tools/lddtree-rs/recipe.toml b/recipes/wip/tools/lddtree-rs/recipe.toml new file mode 100644 index 000000000..4aa0d9efb --- /dev/null +++ b/recipes/wip/tools/lddtree-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/messense/lddtree-rs" +[build] +template = "cargo" -- GitLab