From ca8fcbca4f03c19144e17029201148a75f26191d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 12 May 2024 06:16:42 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/pxp/recipe.toml | 8 ++++++++ recipes/wip/dev/pyrev/recipe.toml | 5 +++++ recipes/wip/doc/newdoc/recipe.toml | 5 +++++ recipes/wip/doc/tendril-wiki/recipe.toml | 8 ++++++++ recipes/wip/net/dqy/recipe.toml | 8 ++++++++ recipes/wip/security/stegano/recipe.toml | 8 ++++++++ recipes/wip/tools/bacup/recipe.toml | 6 ++++++ recipes/wip/tools/ruke/recipe.toml | 5 +++++ recipes/wip/tools/task-maker-rs/recipe.toml | 5 +++++ recipes/wip/tools/wayback-rs/recipe.toml | 5 +++++ 10 files changed, 63 insertions(+) create mode 100644 recipes/wip/dev/pxp/recipe.toml create mode 100644 recipes/wip/dev/pyrev/recipe.toml create mode 100644 recipes/wip/doc/newdoc/recipe.toml create mode 100644 recipes/wip/doc/tendril-wiki/recipe.toml create mode 100644 recipes/wip/net/dqy/recipe.toml create mode 100644 recipes/wip/security/stegano/recipe.toml create mode 100644 recipes/wip/tools/bacup/recipe.toml create mode 100644 recipes/wip/tools/ruke/recipe.toml create mode 100644 recipes/wip/tools/task-maker-rs/recipe.toml create mode 100644 recipes/wip/tools/wayback-rs/recipe.toml diff --git a/recipes/wip/dev/pxp/recipe.toml b/recipes/wip/dev/pxp/recipe.toml new file mode 100644 index 000000000..616f7bbf3 --- /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 000000000..5b68664b7 --- /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 000000000..1bb429969 --- /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 000000000..b7fc364ac --- /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 000000000..aa30ae25c --- /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 000000000..9e8618d8f --- /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 000000000..f04166718 --- /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 000000000..5377fbc3b --- /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 000000000..d54405534 --- /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 000000000..206d52640 --- /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" -- GitLab