pkgname: kdsoap pkgver: '2.3.0' pkgrel: '1' pkgdesc: 'Qt-based client-side and server-side SOAP component' url: 'https://github.com/KDAB/KDSoap' arch: x86_64 license: - GPL3 - LGPL - custom depends: [] makedepends: - cmake - 'qt6-base' source: - 'https://github.com/KDAB/KDSoap/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DKDSoap_QT6=ON \ -DCMAKE_BUILD_TYPE=None \ ../${pkgname}-${pkgver} make make DESTDIR=${PKGDIR} install package: | true