cygport file attached.
This is a followup to Yaakov's suggestion in
https://sourceware.org/pipermail/cygwin-apps/2020-May/040049.html
After I've uploaded this, someone should move all the minizip stuff under zlib
on sourceware to the new minizip directory. Or else that should be done first,
I'm not sure which. I guess the only question is whether calm will complain if
it's done in the wrong order.
Ken
inherit cmake
NAME="minizip"
VERSION="2.9.2"
RELEASE=1
CATEGORY="Libs"
SUMMARY="Zip file de/compression library"
DESCRIPTION="minizip is a drop-in replacement for zlib's minizip that includes
WinZip AES encryption, disk splitting, I/O buffering and some
additional fixes."
HOMEPAGE="https://github.com/nmoinvaz/${NAME}"
SRC_URI="https://github.com/nmoinvaz/${NAME}/archive/${VERSION}/${NAME}-${VERSION}.tar.gz"
PKG_NAMES="${NAME} lib${NAME}2.5 lib${NAME}-devel"
minizip_CONTENTS="usr/share/doc/"
minizip_SUMMARY="${SUMMARY} (documentation)"
minizip_REQUIRES="libminizip2.5"
libminizip2_5_SUMMARY="${SUMMARY} (runtime)"
libminizip2_5_CONTENTS="usr/bin/cygminizip-2.5.dll"
libminizip_devel_SUMMARY="${SUMMARY} (development)"
libminizip_devel_CONTENTS="usr/include/ usr/lib/"
BUILD_REQUIRES="zlib-devel libbz2-devel"
CYGCMAKE_ARGS="-DBUILD_SHARED_LIBS=ON"
DIFF_EXCLUDES="unzip.h zip.h"