pkg_name=http-parser
pkg_repository=https://github.com/nodejs/http-parser.git
pkg_branch_or_tag=v2.7.1
pkg_steps=install

pkg_install() {
    echo "Installing $pkg_name files $pkg_branch_or_tag in MK sources"
    cp http_parser.h ../../../include/private/ext
    cp http_parser.c ../../../src/libmeasurement_kit/ext
}
