34 lines
717 B
TOML
34 lines
717 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = [
|
|
"--disable-static",
|
|
"--enable-lib-only",
|
|
"--docdir=/usr/share/doc/nghttp2",
|
|
]
|
|
build_32 = true
|
|
|
|
configure-lib32 = [
|
|
"--disable-static",
|
|
"--enable-lib-only",
|
|
]
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[dependencies.lib32]
|
|
runtime = ["lib32-glibc"]
|
|
|
|
[package]
|
|
description = "implementation of HTTP/2 and its header compression algorithm, HPACK"
|
|
homepage = "https://nghttp2.org/"
|
|
license = "MIT"
|
|
name = "libnghttp2"
|
|
version = "1.68.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "5511d3128850e01b5b26ec92bf39df15381c767a63441438b25ad6235def902c"
|
|
url = "https://github.com/nghttp2/nghttp2/releases/download/v$version/nghttp2-$version.tar.xz"
|