🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637
pkgname: 'kdsoap-ws-discovery-client'
pkgver: '0.4.0'
pkgrel: '3'
pkgdesc: 'WS-Discovery client library based on KDSoap'
url: 'https://caspermeijn.gitlab.io/kdsoap-ws-discovery-client/'
arch: x86_64
license:
- 'CC0-1.0'
- 'GPL-3.0-or-later'
depends: []
makedepends:
- 'qt6-base'
- 'qt6-tools'
- kdsoap
- 'extra-cmake-modules'
source:
- 'https://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DQT_MAJOR_VERSION=6 \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=None \
../${pkgname}-${pkgver}
make
make DESTDIR=${PKGDIR} install
package: |
true