pkgname: quazip pkgver: '1.7.2' pkgrel: 1 pkgdesc: Qt/C++ wrapper for Minizip url: 'https://stachenov.github.io/quazip/' arch: x86_64 depends: [] makedepends: - cmake - qtbase source: - 'https://github.com/stachenov/quazip/archive/v${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ .. make make DESTDIR=${PKGDIR} install package: | true