#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=libnghttp2 pkgver=1.53.0 pkgrel=01 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library' url='https://nghttp2.org/' depends=(glibc) makedepends=('automake' 'autoconf' 'git') conflicts=('nghttp2<1.20.0-2') #source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz) _tag='00d2715ced9ea24e90a3bcbef1a54d5cecf208c5' # git rev-parse v${pkgver} source=("git+https://github.com/nghttp2/nghttp2.git#tag=${_tag}?signed") prepare() { cd nghttp2 autoreconf -i } build() { cd nghttp2 ./configure \ --prefix=/usr \ --disable-examples \ --disable-python-bindings \ --enable-lib-only make } check() { # cd nghttp2-$pkgver cd nghttp2 make check } package() { # cd nghttp2-$pkgver/lib cd nghttp2/lib make DESTDIR="$pkgdir" install install -Dm644 ../COPYING "$pkgdir/usr/share/licenses/libnghttp2/COPYING" } #---- arch license gpg-key & sha256sums ---- arch=(x86_64) license=(MIT) validpgpkeys=('F4F3B91474D1EB29889BD0EF7E8403D5D673C366') # Tatsuhiro Tsujikawa #sha256sums=(3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d) # nghttp2-1.52.0.tar.xz sha256sums=(SKIP) ## 445252362b3eac24faae20859408bae030bc0a4f8377a3fe0094de0b340817ad libnghttp2-1.53.0-01-x86_64.pkg.tar.lz