From 3c1c17dfc956af19ffeae7ae77587283205bf720 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 28 May 2025 12:59:39 -0300 Subject: [PATCH] Move and update the mono recipe --- recipes/wip/dev/lang/mono/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/wip/dev/lang/mono/recipe.toml diff --git a/recipes/wip/dev/lang/mono/recipe.toml b/recipes/wip/dev/lang/mono/recipe.toml new file mode 100644 index 000000000..9aefc5e6a --- /dev/null +++ b/recipes/wip/dev/lang/mono/recipe.toml @@ -0,0 +1,5 @@ +#TODO can't recognize the redox target +[source] +tar = "https://dl.winehq.org/mono/sources/mono/mono-6.14.1.tar.xz" +[build] +template = "configure"