From 533efbd29bd8585e9bf3d4b13d230ac83d565991 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 09:14:33 -0300 Subject: [PATCH] Add the llvm-mingw recipe --- recipes/wip/dev/lang/llvm-mingw/recipe.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/wip/dev/lang/llvm-mingw/recipe.toml diff --git a/recipes/wip/dev/lang/llvm-mingw/recipe.toml b/recipes/wip/dev/lang/llvm-mingw/recipe.toml new file mode 100644 index 000000000..93bef5ac7 --- /dev/null +++ b/recipes/wip/dev/lang/llvm-mingw/recipe.toml @@ -0,0 +1,10 @@ +#TODO missing script, read the llvm18 recipe for reference +# build instructions: https://github.com/mstorsjo/llvm-mingw#building-from-source +[source] +git = "https://github.com/mstorsjo/llvm-mingw" +rev = "40ccfd163eee35468c0cc5f356649d13029aec8b" +[build] +template = "custom" +dependencies = [ + "zlib", +]