🔒 Repository is read-only – file editing is disabled.

recipes/gui/quazip/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
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