redox/recipes/expat/recipe.toml
2020-12-23 12:49:46 -07:00

12 lines
217 B
TOML

[source]
tar = "https://github.com/libexpat/libexpat/releases/download/R_2_2_6/expat-2.2.6.tar.bz2"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--without-docbook
)
cookbook_configure
"""