pkgname: duktape pkgver: '2.7.0' pkgrel: '2' pkgdesc: 'embeddable Javascript engine, with a focus on portability and compact footprint' url: 'https://duktape.org/' arch: x86_64 depends: [] makedepends: [] source: - 'https://duktape.org/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} export CFLAGS="$CFLAGS -DDUK_USE_FASTINT" make -f Makefile.sharedlibrary INSTALL_PREFIX=/usr make -f Makefile.sharedlibrary INSTALL_PREFIX=/usr DESTDIR=${PKGDIR} install package: | true