redox/recipes/libs/expat/recipe.toml
2023-12-14 19:50:54 +00:00

12 lines
291 B
TOML

[source]
tar = "https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.xz"
blake3 = "ea89dd9a5a2e48d5e44fed38554b36a8f2e365a5091a99d08e30bfb1c15dda5e"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--without-docbook
)
cookbook_configure
"""