From e07107d92fd20ae6b7dd616d8fd2f052060deb15 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 4 Jul 2024 21:09:14 +0000 Subject: [PATCH] Add recipes --- recipes/wip/games/tools/oxyromon/recipe.toml | 5 +++++ recipes/wip/security/deoptimizer/recipe.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 recipes/wip/games/tools/oxyromon/recipe.toml create mode 100644 recipes/wip/security/deoptimizer/recipe.toml diff --git a/recipes/wip/games/tools/oxyromon/recipe.toml b/recipes/wip/games/tools/oxyromon/recipe.toml new file mode 100644 index 000000000..14c8d7b03 --- /dev/null +++ b/recipes/wip/games/tools/oxyromon/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/alucryd/oxyromon" +[build] +template = "cargo" diff --git a/recipes/wip/security/deoptimizer/recipe.toml b/recipes/wip/security/deoptimizer/recipe.toml new file mode 100644 index 000000000..c91e63c07 --- /dev/null +++ b/recipes/wip/security/deoptimizer/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/EgeBalci/deoptimizer" +[build] +template = "cargo"