1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Alexey Andreyev <aa13q@ya.ru>
3 # Contributor Sefa Eyeoglu <contact@scrumplex.net>
8 pkgdesc='A Qt library to write cross-platform clients for Matrix'
11 url='https://matrix.org/docs/projects/sdk/quotient'
12 depends=(qt5-multimedia qtkeychain-qt5)
14 source=(https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz)
15 sha256sums=('62ff42c8fe321e582ce8943417c1d815ab3f373a26fa0d99a5926e713f6a9382')
18 cmake -B build -S libQuotient-$pkgver \
19 -DCMAKE_INSTALL_PREFIX=/usr \
20 -DCMAKE_BUILD_TYPE=None \
21 -DBUILD_SHARED_LIBS=ON
26 DESTDIR="$pkgdir" cmake --install build