# Contributor: # Maintainer: Natanael Copa pkgname=qca pkgver=2.1.3 pkgrel=6 pkgdesc="Qt cryptographic architecture" url="https://userbase.kde.org/QCA" arch="all" license="LGPL" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev cmake cyrus-sasl-dev" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://download.kde.org/stable/qca/$pkgver/src/qca-${pkgver}.tar.xz qca-openssl-1.1.patch " builddir="$srcdir"/qca-$pkgver build() { cd "$builddir" cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_cyrus-sasl_PLUGIN=yes . make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } check() { cd "$builddir" make test } sha512sums="0aec277e0695da2e45298f0a9006213829fe4c449a79969e472947db54f45000ba6e22361b782465bdc03f269b7301d318c843f5a83db459a118e58a03f3116a qca-2.1.3.tar.xz 13eff6727ddcb1fdfd8d57175bcbee27dcbd60823d91b7b16224067908638ee8ae4b2a141e18b6038d4c0347ddc2011e04c0956309c15032b64ea0056fd7372a qca-openssl-1.1.patch"