contrib/quazip5/Pkgfile
2020-10-11 08:30:23 +00:00

18 lines
486 B
Plaintext

# Description: C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
# URL: https://stachenov.github.io/quazip/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: qt5
name=quazip5
version=1.1
release=1
source=(https://github.com/stachenov/quazip/archive/v$version/$name-$version.tar.gz)
build() {
cmake -Squazip-$version -Bbuild -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
DESTDIR=$PKG cmake --install build
}