# Watch: https://duktape.org/download.html
. "${GRIMOIRE}/CMAKE_FUNCTIONS"
           SPELL=duktape
         VERSION=2.7.0
     SOURCE_HASH=sha512:8ff5465c9c335ea08ebb0d4a06569c991b9dc4661b63e10da6b123b882e7375e82291d6b883c2644902d68071a29ccc880dae8229447cebe710c910b54496c1d
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
       WEB_SITE=https://duktape.org/
   SOURCE_URL[0]=$WEB_SITE/$SOURCE
      LICENSE[0]=MIT
         ENTERED=20150819
        KEYWORDS=""
           SHORT="embeddable Javascript engine"
cat << EOF
Duktape is an embeddable Javascript engine, with a focus on portability and
compact footprint.

Duktape is easy to integrate into a C/C++ project: add duktape.c and duktape.h
to your build, and use the Duktape API to call Ecmascript functions from C code
and vice versa.
EOF
