quazip: add recipe

This commit is contained in:
Markus Volk
2026-03-03 16:33:37 +01:00
parent adddf2ec8a
commit 61b6fcb3bc

View File

@@ -0,0 +1,14 @@
SUMMARY = "QuaZip is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Qt library"
HOMEPAGE = "https://github.com/stachenov/quazip"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=af67f05b2b6abf61e608dcfccb94b3e1"
DEPENDS = "qtbase qt5compat qttools-native zlib"
inherit qt6-cmake
SRC_URI = "git://github.com/stachenov/quazip.git;protocol=https;nobranch=1"
SRCREV = "3fd3b299b875fbd2beac4894b8a870d80022cad7"
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DQUAZIP_BZIP2=OFF"