pkgname=libnghttp2 pkgver=1.9.1 pkgrel=1 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' arch=(i686 x86_64) url='https://nghttp2.org/' license=(MIT) source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip) sha256sums=('fc0106f214dbcd73e8d6387bc1f791a3f414c6bc9bf2433fb71c2a8b22cfea23') build() { cd nghttp2-$pkgver autoreconf -i ./configure \ --prefix=/usr \ --with-spdylay=no \ --disable-examples \ --disable-apps \ --disable-python-bindings make } package() { cd nghttp2-$pkgver make DESTDIR="$pkgdir" install }