From 31f35cda4c566444e92fc2fbeb11721b826025d1 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 15 Feb 2024 09:21:18 +0000 Subject: [PATCH] add a recipe --- recipes/wip/tools/unicorn/recipe.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/wip/tools/unicorn/recipe.toml diff --git a/recipes/wip/tools/unicorn/recipe.toml b/recipes/wip/tools/unicorn/recipe.toml new file mode 100644 index 000000000..826e4001a --- /dev/null +++ b/recipes/wip/tools/unicorn/recipe.toml @@ -0,0 +1,6 @@ +#TODO missing script for CMake, read https://github.com/unicorn-engine/unicorn/blob/master/docs/COMPILE.md +[source] +git = "https://github.com/unicorn-engine/unicorn" +rev = "e9c1c17f6df8f8f5da85ee80ad527452db5870ce" +[build] +template = "custom" -- GitLab