# Watch: https://libzip.org/download/
source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=libzip
         VERSION=1.11.3
     SOURCE_HASH=sha512:7ad7e5f04f28e777604833e702aaa68d603b9895e70d6ee9e587549eb628a89e5569aca0ea255f82de1adb8f4599b828c63dd282eb15a5ea55a147aa7df7b2a4
  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
