🔒 Repository is read-only – file editing is disabled.

recipes/utils/libnghttp2/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: libnghttp2
pkgver: '1.70.0'
pkgrel: '1'
pkgdesc: Framing layer of HTTP/2 is implemented as a reusable C library
url: 'https://nghttp2.org/'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- itstool
- pkgconf
source:
- 'https://github.com/nghttp2/nghttp2/releases/download/v${pkgver}/nghttp2-${pkgver}.tar.xz'
sha256sums:
- e05cb1388eaca3830aded4ccf20044b6e1ac1a61411dcca11b0437c4285c8bc2
build: |
  cd nghttp2-${pkgver}
    autoreconf -i
    ./configure \
      --prefix=/usr \
      --disable-examples \
      --disable-python-bindings \
      --enable-lib-only

  make

  cd lib
  make DESTDIR=${PKGDIR} install

  install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
  true