pkgname: nghttp2 pkgver: '1.70.0' pkgrel: 1 pkgdesc: nghttp2 is an implementation of HTTP/2 and its header compression algorithm, HPACK. url: 'https://github.com/nghttp2' arch: x86_64 depends: [] makedepends: - libxml2 - libnghttp2 source: - 'https://github.com/nghttp2/nghttp2/releases/download/v${pkgver}/nghttp2-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --disable-static \ --disable-examples \ --docdir=/usr/share/doc/nghttp2-${pkgver} make make DESTDIR=${PKGDIR} install make -C lib DESTDIR=${PKGDIR} uninstall package: | true