diff --git a/recipes/wip/dev/get-blessed/recipe.toml b/recipes/wip/dev/get-blessed/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d2af7004aeeb49bd66ff39fde1a2f0bf4d53b620 --- /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 0000000000000000000000000000000000000000..0078b9d59a4f64bfcf32a2c89c191e970b4c13f9 --- /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 0000000000000000000000000000000000000000..9cb9a7e748748844cbe73aa1328b716ec7ab41a6 --- /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 0000000000000000000000000000000000000000..73dba8f892bfd8013e5486e00f67889a846b1b3e --- /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 0000000000000000000000000000000000000000..b61afd832f95e382bba38ac4cddd9786bb7a3cae --- /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 0000000000000000000000000000000000000000..8497aad99bd074bd1b36b1d0ede20076e9a97c70 --- /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 0000000000000000000000000000000000000000..c9b1d27a726185577cd101db4da0bd80ebd384bb --- /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 0000000000000000000000000000000000000000..4aa0d9efbfe33ee4c85396ccde6b39d4774b1625 --- /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"