source "$GRIMOIRE"/CMAKE_FUNCTIONS
           SPELL=pugixml
         VERSION=1.16
     SOURCE_HASH=sha512:d9fe54d844b75ecced304045dc160aa3811c8567cceed06cda4b1382b07f52cfbf02b6933c2fbe964bd5bb4678b8eb863ea5a7b708b51fc6a57397d12b01d384
          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
