diff --git a/recipes/wip/dev/get-blessed/recipe.toml b/recipes/wip/dev/get-blessed/recipe.toml new file mode 100644 index 00000000..d2af7004 --- /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 00000000..0078b9d5 --- /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 00000000..9cb9a7e7 --- /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 00000000..73dba8f8 --- /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 00000000..b61afd83 --- /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 00000000..8497aad9 --- /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 00000000..c9b1d27a --- /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 00000000..4aa0d9ef --- /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"