diff --git a/recipes/wip/dev/pxp/recipe.toml b/recipes/wip/dev/pxp/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..616f7bbf3cb7c3cc05ef77bfa3d0ad19a85da47d --- /dev/null +++ b/recipes/wip/dev/pxp/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/pxp-lang/pxp" +[build] +template = "custom" +script = """ +cookbook_cargo_packages pxp-tools +""" diff --git a/recipes/wip/dev/pyrev/recipe.toml b/recipes/wip/dev/pyrev/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5b68664b73bc29395e1d38a0bc76eed30e5f4782 --- /dev/null +++ b/recipes/wip/dev/pyrev/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/hacbit/pyrev" +[build] +template = "cargo" diff --git a/recipes/wip/doc/newdoc/recipe.toml b/recipes/wip/doc/newdoc/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..1bb42996917bef321477d4b71404a71ac2dc4c51 --- /dev/null +++ b/recipes/wip/doc/newdoc/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/redhat-documentation/newdoc" +[build] +template = "cargo" diff --git a/recipes/wip/doc/tendril-wiki/recipe.toml b/recipes/wip/doc/tendril-wiki/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b7fc364acd670c9a4b0b6bd18df4ea47ed201fe4 --- /dev/null +++ b/recipes/wip/doc/tendril-wiki/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/jamestthompson3/tendril-wiki" +[build] +template = "custom" +script = """ +cookbook_cargo_packages bin +""" diff --git a/recipes/wip/net/dqy/recipe.toml b/recipes/wip/net/dqy/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..aa30ae25c4ae6a58db31025983a7c3b64aecccae --- /dev/null +++ b/recipes/wip/net/dqy/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dandyvica/dqy" +[build] +template = "custom" +script = """ +cookbook_cargo_packages dqy +""" diff --git a/recipes/wip/security/stegano/recipe.toml b/recipes/wip/security/stegano/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..9e8618d8ff6935fd2bb2aca9aa153feb940fc828 --- /dev/null +++ b/recipes/wip/security/stegano/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/steganogram/stegano-rs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages stegano-cli +""" diff --git a/recipes/wip/tools/bacup/recipe.toml b/recipes/wip/tools/bacup/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f0416671854f63809cb656983863fd61a62daadf --- /dev/null +++ b/recipes/wip/tools/bacup/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +#TODO create a service +[source] +git = "https://github.com/galeone/bacup" +[build] +template = "cargo" diff --git a/recipes/wip/tools/ruke/recipe.toml b/recipes/wip/tools/ruke/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5377fbc3bca7d17ba417778612f7784d72f02b83 --- /dev/null +++ b/recipes/wip/tools/ruke/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kauefraga/ruke" +[build] +template = "cargo" diff --git a/recipes/wip/tools/task-maker-rs/recipe.toml b/recipes/wip/tools/task-maker-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d54405534a2571e3ffccfdaa71206fb22b6b5e63 --- /dev/null +++ b/recipes/wip/tools/task-maker-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/edomora97/task-maker-rust" +[build] +template = "cargo" diff --git a/recipes/wip/tools/wayback-rs/recipe.toml b/recipes/wip/tools/wayback-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..206d526409c83d211bcfdb2aa80d5b2dd0554d1b --- /dev/null +++ b/recipes/wip/tools/wayback-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Neolex-Security/WaybackRust" +[build] +template = "cargo"