void-packages/srcpkgs/mtxclient/template

30 lines
910 B
Bash

# Template file for 'mtxclient'
pkgname=mtxclient
version=0.10.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 spdlog re2-devel"
short_desc="Client API library for the Matrix protocol"
maintainer="Orphaned <orphan@voidlinux.org>"
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=9502e0a999d2873172d50bb80371c061266126c7d4db8e44447eb70c977b0230
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"
}
}