# Template file for 'mtxclient' pkgname=mtxclient version=0.9.2 revision=1 build_style=cmake configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF" hostmakedepends="pkg-config" makedepends="json-c++ olm-devel openssl-devel coeurl-devel spdlog re2-devel" short_desc="Client API library for the Matrix protocol" maintainer="Orphaned " license="MIT" homepage="https://github.com/Nheko-Reborn/mtxclient" changelog="https://raw.githubusercontent.com/Nheko-Reborn/mtxclient/master/CHANGELOG.md" distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz" checksum=f55827fdba226c6fc409cf000c72b13cc6d069ec1300283a7239aa19c90c5f56 post_install() { vlicense LICENSE } mtxclient-devel_package() { depends="mtxclient-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/cmake vmove "usr/lib/*.so" } }