source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=ftxui
         VERSION=0.11
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/ArthurSonzogni/FTXUI/archive/refs/tags/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:e04589f9edce5e224142f1fa3abba0dece1ef67d5bb600fad46a137b573e80ed07d00c47f56c9ac80be71beed9dd54cfbfd71eb4f630fb76b90de3a51bb07989
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/FTXUI-${VERSION}"
        WEB_SITE="https://github.com/ArthurSonzogni/FTXUI"
      LICENSE[0]=MIT
         ENTERED=20210608
           SHORT="a simple C++ library for terminal based user interface"
cat << EOF
A simple C++ library for terminal based user interface.

* Functional style. Inspired by [1] and React * Simple and elegant syntax
(in my opinion).  * Support for UTF8 and fullwidth chars (→ 测试) *
No dependencies.  * Cross platform (mostly). Linux (main target), Windows
(experimental), Mac.  * Keyboard & mouse navigation.
EOF
