redox/recipes/libxml2/recipe.toml

18 lines
416 B
TOML

[source]
#git = "https://gitlab.gnome.org/GNOME/libxml2"
#rev = "838bf42d54f94c8ff99b6e5022899a32875ed5d7"
tar = "https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.tar.xz"
blake3 = "0653d3750576299c4cb88740942165671b576ff93019f3d669b3f37136225ab7"
[build]
template = "custom"
dependencies = [
"xz",
"zlib"
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--without-python
)
cookbook_configure
"""