blob: effd8dca3de298205ef8c6840f9429ad3f4dbc8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Template file for 'libQuotient'
pkgname=libQuotient
version=0.6.6
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
hostmakedepends="qt5-qmake qt5-host-tools"
makedepends="qt5-devel qt5-multimedia-devel"
short_desc="Qt5 library to write cross-platform clients for Matrix"
maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
license="LGPL-2.1-or-later"
homepage="https://matrix.org/docs/projects/sdk/quotient"
distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
checksum=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
libQuotient-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}
|