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

recipes/utils/libnghttp3/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: libnghttp3
pkgver: '1.18.0'
pkgrel: '1'
pkgdesc: 'Description: HTTP/3 library written in C'
url: 'https://github.com/ngtcp2/nghttp3'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- itstool
- pkgconf

source:
- 'https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd nghttp3-${pkgver}

    autoreconf -fvi
    ./configure --prefix=/usr \
      --enable-lib-only
    make
    make DESTDIR=${PKGDIR} install

    rm -r ${PKGDIR}/usr/share

package: |
  true