From 00bddb50231ae7641b58258c8c10ba0be731b067 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 7 Jul 2024 09:37:02 +0000 Subject: [PATCH] Add a recipe --- recipes/wip/web/verso/recipe.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/wip/web/verso/recipe.toml diff --git a/recipes/wip/web/verso/recipe.toml b/recipes/wip/web/verso/recipe.toml new file mode 100644 index 000000000..b83af1251 --- /dev/null +++ b/recipes/wip/web/verso/recipe.toml @@ -0,0 +1,18 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/versotile-org/verso" +[build] +template = "cargo" +dependencies = [ + "freetype2", + "gettext", + "glib", + "gstreamer", + "harfbuzz", + "libffi", + "libiconv", + "libpng", + "openssl1", + "pcre", + "zlib", +] -- GitLab