termux-packages/x11-packages/quazip/build.sh
Leonid Pliushch 2a0b65e7fa
rename package: libquazip --> quazip
Please do not prepend "lib" to package names if not necessary, i.e. it has
been splitted from tooling package. We prefer original package names. If
package has been named "quazip", it should have same name in our repository.
2022-04-18 14:47:49 +05:30

9 lines
499 B
Bash

TERMUX_PKG_HOMEPAGE=https://stachenov.github.io/quazip/
TERMUX_PKG_DESCRIPTION="Qt/C++ wrapper over minizip library"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="Yisus7u7"
TERMUX_PKG_VERSION=1.1
TERMUX_PKG_SRCURL=https://github.com/stachenov/quazip/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=54edce9c11371762bd4f0003c2937b5d8806a2752dd9c0fd9085e90792612ad0
TERMUX_PKG_DEPENDS="qt5-qtbase, zlib"
TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools, qt5-qttools-cross-tools"