From d4d95a02053512c1d59f4c453f863b563d6da3f5 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 15 Jan 2026 13:06:36 -0300 Subject: [PATCH] Add blueprint recipe --- recipes/wip/dev/lang/blueprint/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/wip/dev/lang/blueprint/recipe.toml diff --git a/recipes/wip/dev/lang/blueprint/recipe.toml b/recipes/wip/dev/lang/blueprint/recipe.toml new file mode 100644 index 000000000..747d6a5de --- /dev/null +++ b/recipes/wip/dev/lang/blueprint/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +tar = "https://download.gnome.org/sources/blueprint-compiler/0.19/blueprint-compiler-0.19.0.tar.xz" +[build] +template = "meson"