source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=libxlsxwriter
         VERSION=1.0.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/jmcnamara/${SPELL}/archive/RELEASE_${VERSION}.tar.gz
     SOURCE_HASH=sha512:9ce4323c1efc6db330e79f34e73e9611670d018f1cfa00d59a055cf0b48cfe657b1dc04fbda1372a262a72f5f3cbfc5c3568a6264111a3d1e5973d86448b416d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-RELEASE_${VERSION}"
        WEB_SITE="https://libxlsxwriter.github.io"
      LICENSE[0]=BSD
         ENTERED=20181216
           SHORT="a C library that can be used to write Excel 2007 and XLSX files"
cat << EOF
Libxlsxwriter is a C library that can be used to write text, numbers,
formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.
EOF
