source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=libzip
         VERSION=1.7.3
     SOURCE_HASH=sha512:488866348a0c859f6f995c50e956bd51b4105278f07b63fe019cb44ab36c09ef958cc0684fd5444c474d83874b999e8ed1aa9b2da51b74caa37bbe7934b9c870
  SECURITY_PATCH=3
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
       WEB_SITE=https://libzip.org
   SOURCE_URL[0]=https://libzip.org/download/${SOURCE}
      LICENSE[0]=GPL
         ENTERED=20071027
        KEYWORDS="zip library"
           SHORT="manipulate zip archives"
cat << EOF
libzip is a C library for reading, creating, and modifying zip archives. 
Files can be added from data buffers, files, or compressed data copied directly 
from other zip archives. Changes made without closing the archive can be 
reverted. The API is documented by man pages.
EOF
