🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435
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