28 lines
954 B
Bash
28 lines
954 B
Bash
# Template file for 'libQuotient'
|
|
pkgname=libQuotient
|
|
version=0.9.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
|
|
hostmakedepends="qt6-base qt6-tools"
|
|
makedepends="qt6-multimedia-devel qtkeychain-qt6-devel
|
|
olm-devel openssl-devel qt6-plugin-mysql qt6-plugin-odbc
|
|
qt6-plugin-pgsql qt6-plugin-sqlite qt6-base-private-devel"
|
|
short_desc="Qt6 library to write cross-platform clients for Matrix"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=0a1fd19c9f6e4d93c60fbec5ab4ca84961781e6d00105a4437ecd14aaea36bc9
|
|
|
|
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"
|
|
}
|
|
}
|