source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=ftgl
         VERSION=2.4.0
     SOURCE_HASH=sha512:5a0d05dbb32952e5aa81d2537d604192ca19710cd57289ae056acc5e3ae6d403d7f0ffc8cf6c1aada6c3c23a8df4a8d0eabb81433036ade810bca1894fdfde54
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
        WEB_SITE=https://github.com/frankheckenbach/ftgl
   SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
      LICENSE[0]=GPL
         ENTERED=20040709
        KEYWORDS="opengl fonts graphics libs"
           SHORT="an OpenGL font rendering library"
cat << EOF
FTGL is a free, open source library to enable developers to use arbitrary fonts
in their OpenGL (www.opengl.org) applications.
Unlike other OpenGL font libraries FTGL uses standard font file formats so
doesn't need a preprocessing step to convert the high quality font data into a
lesser quality, proprietary format.
FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the
fonts. It then takes that output and stores it in a format most efficient for
OpenGL rendering.
EOF
