From d5e3a8d940cebf49efc788500b960c2394515329 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 24 Jun 2024 02:56:43 +0000 Subject: [PATCH] Add and move recipes --- recipes/wip/{tools => archives}/7-zip/recipe.toml | 0 recipes/wip/{tools => archives}/lz4/recipe.toml | 0 recipes/wip/{tools => archives}/lzip/recipe.toml | 0 recipes/wip/archives/mlar/recipe.toml | 8 ++++++++ recipes/wip/{tools => archives}/orz/recipe.toml | 0 recipes/wip/{tools => archives}/ouch/recipe.toml | 0 recipes/wip/{tools => archives}/plzip/recipe.toml | 0 recipes/wip/{tools => archives}/unzrip/recipe.toml | 0 recipes/wip/{tools => archives}/zstd/recipe.toml | 0 recipes/wip/crypto/steg86/recipe.toml | 5 +++++ recipes/wip/dev/wasminspect/recipe.toml | 5 +++++ recipes/wip/graphics/pix-image-viewer/recipe.toml | 5 +++++ 12 files changed, 23 insertions(+) rename recipes/wip/{tools => archives}/7-zip/recipe.toml (100%) rename recipes/wip/{tools => archives}/lz4/recipe.toml (100%) rename recipes/wip/{tools => archives}/lzip/recipe.toml (100%) create mode 100644 recipes/wip/archives/mlar/recipe.toml rename recipes/wip/{tools => archives}/orz/recipe.toml (100%) rename recipes/wip/{tools => archives}/ouch/recipe.toml (100%) rename recipes/wip/{tools => archives}/plzip/recipe.toml (100%) rename recipes/wip/{tools => archives}/unzrip/recipe.toml (100%) rename recipes/wip/{tools => archives}/zstd/recipe.toml (100%) create mode 100644 recipes/wip/crypto/steg86/recipe.toml create mode 100644 recipes/wip/dev/wasminspect/recipe.toml create mode 100644 recipes/wip/graphics/pix-image-viewer/recipe.toml diff --git a/recipes/wip/tools/7-zip/recipe.toml b/recipes/wip/archives/7-zip/recipe.toml similarity index 100% rename from recipes/wip/tools/7-zip/recipe.toml rename to recipes/wip/archives/7-zip/recipe.toml diff --git a/recipes/wip/tools/lz4/recipe.toml b/recipes/wip/archives/lz4/recipe.toml similarity index 100% rename from recipes/wip/tools/lz4/recipe.toml rename to recipes/wip/archives/lz4/recipe.toml diff --git a/recipes/wip/tools/lzip/recipe.toml b/recipes/wip/archives/lzip/recipe.toml similarity index 100% rename from recipes/wip/tools/lzip/recipe.toml rename to recipes/wip/archives/lzip/recipe.toml diff --git a/recipes/wip/archives/mlar/recipe.toml b/recipes/wip/archives/mlar/recipe.toml new file mode 100644 index 000000000..f8e49d763 --- /dev/null +++ b/recipes/wip/archives/mlar/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ANSSI-FR/MLA" +[build] +template = "custom" +script = """ +cookbook_cargo_packages mlar +""" diff --git a/recipes/wip/tools/orz/recipe.toml b/recipes/wip/archives/orz/recipe.toml similarity index 100% rename from recipes/wip/tools/orz/recipe.toml rename to recipes/wip/archives/orz/recipe.toml diff --git a/recipes/wip/tools/ouch/recipe.toml b/recipes/wip/archives/ouch/recipe.toml similarity index 100% rename from recipes/wip/tools/ouch/recipe.toml rename to recipes/wip/archives/ouch/recipe.toml diff --git a/recipes/wip/tools/plzip/recipe.toml b/recipes/wip/archives/plzip/recipe.toml similarity index 100% rename from recipes/wip/tools/plzip/recipe.toml rename to recipes/wip/archives/plzip/recipe.toml diff --git a/recipes/wip/tools/unzrip/recipe.toml b/recipes/wip/archives/unzrip/recipe.toml similarity index 100% rename from recipes/wip/tools/unzrip/recipe.toml rename to recipes/wip/archives/unzrip/recipe.toml diff --git a/recipes/wip/tools/zstd/recipe.toml b/recipes/wip/archives/zstd/recipe.toml similarity index 100% rename from recipes/wip/tools/zstd/recipe.toml rename to recipes/wip/archives/zstd/recipe.toml diff --git a/recipes/wip/crypto/steg86/recipe.toml b/recipes/wip/crypto/steg86/recipe.toml new file mode 100644 index 000000000..234464618 --- /dev/null +++ b/recipes/wip/crypto/steg86/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/woodruffw/steg86" +[build] +template = "cargo" diff --git a/recipes/wip/dev/wasminspect/recipe.toml b/recipes/wip/dev/wasminspect/recipe.toml new file mode 100644 index 000000000..1a32dbd21 --- /dev/null +++ b/recipes/wip/dev/wasminspect/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/kateinoigakukun/wasminspect" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/pix-image-viewer/recipe.toml b/recipes/wip/graphics/pix-image-viewer/recipe.toml new file mode 100644 index 000000000..cb3c960d0 --- /dev/null +++ b/recipes/wip/graphics/pix-image-viewer/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/google/pix-image-viewer" +[build] +template = "cargo" -- GitLab