source "$GRIMOIRE"/CMAKE_FUNCTIONS
           SPELL=pugixml
         VERSION=1.15
     SOURCE_HASH=sha512:93f6030f527ee5c47abbb49708a806201727f6bf6b4c503cc4e6d1fb9521939bf97a0cfaee44e7de1bfaba40ab46e83ea6ae7bc31d4129ea73e8ac3e8ea0b918
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$(echo $VERSION | cut -f1,2 -d.)
        WEB_SITE=https://pugixml.org/
   SOURCE_URL[0]=https://github.com/zeux/pugixml/releases/download/v${VERSION}/$SOURCE
      LICENSE[0]=MIT
         ENTERED=20130810
        KEYWORDS="C++ XML"
           SHORT="light-weight C++ XML processing library"
cat << EOF
pugixml is a light-weight C++ XML processing library. It features:
DOM-like interface with rich traversal/modification capabilities
Extremely fast non-validating XML parser which constructs the DOM tree from an XML 
file/buffer
XPath 1.0 implementation for complex data-driven tree queries
Full Unicode support with Unicode interface variants and automatic encoding conversions
The library is extremely portable and easy to integrate and use.
EOF
