blob: bc7a1713b4fc745f5696db06b5237b60367466a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = mingw-w64-libnghttp2
pkgdesc = Framing layer of HTTP/2 is implemented as a reusable C library (mingw-w64)
pkgver = 1.64.0
pkgrel = 1
url = https://nghttp2.org/
arch = any
license = MIT
makedepends = mingw-w64-configure
depends = mingw-w64-crt
options = staticlibs
options = !strip
options = !buildflags
source = https://github.com/nghttp2/nghttp2/releases/download/v1.64.0/nghttp2-1.64.0.tar.xz
sha256sums = 88bb94c9e4fd1c499967f83dece36a78122af7d5fb40da2019c56b9ccc6eb9dd
pkgname = mingw-w64-libnghttp2
|