redox/recipes/nghttp2/recipe.toml
2020-05-21 20:48:29 -06:00

12 lines
217 B
TOML

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