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