diff --git a/recipes/wip/x11/libxcb-proto/recipe.toml b/recipes/wip/x11/libxcb-proto/recipe.toml new file mode 100644 index 00000000..54cca3c8 --- /dev/null +++ b/recipes/wip/x11/libxcb-proto/recipe.toml @@ -0,0 +1,10 @@ +[source] +tar = "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.17.0.tar.xz" +blake3 = "68187400fded667f60b4b020d0fc37fa489ae0de33169fe7b07fcbaf88e7a3f9" + +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""