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

recipes/utils/http-parser/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: 'http-parser'
pkgver: '2.9.4'
pkgrel: '4'
pkgdesc: 'Parser for HTTP Request/Response written in C'
url: 'https://github.com/nodejs/http-parser'
arch: x86_64
depends: []
makedepends:
- glibc

source:
- 'https://github.com/nodejs/http-parser/archive/refs/tags/v${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  make library
  make PREFIX=${PKGDIR}/usr install

package: |
  true