28 lines
809 B
Bash
28 lines
809 B
Bash
# Template file for 'mtxclient'
|
|
pkgname=mtxclient
|
|
version=0.6.0
|
|
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"
|
|
short_desc="Client API library for the Matrix protocol"
|
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/Nheko-Reborn/mtxclient"
|
|
distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
|
|
checksum=4245feb0bd4ae8e026c01f546a6bea45bc9d9d57d13430b8ba446b0aec4915c4
|
|
|
|
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"
|
|
}
|
|
}
|