From f1c2ac39a17efd4b4b9cd18de8845ff8f47fc37d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 2 May 2025 10:54:14 -0600 Subject: [PATCH] Add libxcvt --- recipes/wip/x11/libxcvt/recipe.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/wip/x11/libxcvt/recipe.toml diff --git a/recipes/wip/x11/libxcvt/recipe.toml b/recipes/wip/x11/libxcvt/recipe.toml new file mode 100644 index 00000000..8133e595 --- /dev/null +++ b/recipes/wip/x11/libxcvt/recipe.toml @@ -0,0 +1,14 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/libxcvt-0.1.3.tar.xz" +blake3 = "a6c8f264a70a742d2634f53d19489b984c28df11cb5653042e8921f7596534bb" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_meson +"""