# Template file for 'quickjs' pkgname=quickjs version=2021.03.27 revision=4 build_style=gnu-makefile make_use_env=true make_build_args="CONFIG_LTO=" short_desc="Small and embeddable Javascript engine" maintainer="Leah Neukirchen " license="MIT" homepage="https://bellard.org/quickjs/" distfiles="https://bellard.org/quickjs/quickjs-${version//./-}.tar.xz" checksum=a45bface4c3379538dea8533878d694e289330488ea7028b105f72572fe7fe1a if [ "$CROSS_BUILD" ]; then make_build_args+=" CROSS_PREFIX=${XBPS_CROSS_TRIPLET}-" fi make_install_args="${make_build_args}" pre_configure() { vsed -i -e 's|%s/lib/quickjs|%s/lib|' qjsc.c cat >>Makefile <