source $GRIMOIRE/CMAKE_FUNCTIONS SPELL=libzip VERSION=1.8.0 SOURCE_HASH=sha512:fe94a26a2797dff7c9b27334f29982f8e523dd5095bf32ebcadc6443726864f0ff7b2e8bf243e52cad8f79297bc7a87d73fdbc35edae4ffc8ab6aa0bcc93b03e 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