[package] name = "duktape" version = "2.7.0" description = "Embeddable JavaScript engine" url = "https://duktape.org/" license = "MIT" [source] url = "https://duktape.org/duktape-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc"] build = ["gcc", "make"] [build] system = "custom" configure = """""" make = """make -f Makefile.sharedlibrary""" install = """make -f Makefile.sharedlibrary DESTDIR=${PKG} INSTALL_PREFIX=/usr install"""