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 0000000000000000000000000000000000000000..f8e49d76385976943dcf89546c9d1c80a3d7c2cc --- /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 0000000000000000000000000000000000000000..2344646186c441f1c5d7a80c10b22455ef4a9c03 --- /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 0000000000000000000000000000000000000000..1a32dbd219c1fd4a3d8a61999cc30e42c15eb028 --- /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 0000000000000000000000000000000000000000..cb3c960d0b88f0e9a37eb170acaa50d36cc3e833 --- /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"