PKGNAME=llhttp
PKGSEC=libs
PKGDEP="glibc"
BUILDDEP="nodejs"
PKGDES="llparse-based HTTP request/response parser"

ABTYPE=cmakeninja

# After `make release`, the actual source code is located in the release folder.
CMAKE_AFTER=(
    "-S $SRCDIR/release"
)
