diff --git a/recipes/wip/x11/libxklavier/recipe.toml b/recipes/wip/x11/libxklavier/recipe.toml new file mode 100644 index 000000000..2bba66322 --- /dev/null +++ b/recipes/wip/x11/libxklavier/recipe.toml @@ -0,0 +1,20 @@ +[source] +tar = "https://download.gnome.org/sources/libxklavier/5.3/libxklavier-5.3.tar.xz" +blake3 = "4811b8e069faef364b0cdd230dd7e42bc4afc279cb15282b68c11e89518c8930" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "glib", + "iso-codes", + "libx11", + "libxml2", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""