redox/recipes/nghttp2/recipe.toml
2022-10-17 11:19:35 -06:00

12 lines
217 B
TOML

[source]
tar = "https://github.com/nghttp2/nghttp2/releases/download/v1.50.0/nghttp2-1.50.0.tar.xz"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-lib-only
)
cookbook_configure
"""