# Template file for 'mtxclient' pkgname=mtxclient version=0.7.0 revision=2 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" short_desc="Client API library for the Matrix protocol" maintainer="Lorem " 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=dd8ad5725c391b7c5b18564074e50bfc667fb3047e681561e5e42aec99c25b12 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" } }