28 lines
848 B
Bash
28 lines
848 B
Bash
# Template file for 'mtxclient'
|
|
pkgname=mtxclient
|
|
version=0.3.1
|
|
revision=2
|
|
build_style=cmake
|
|
configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="boost-devel json-c++ olm-devel libressl-devel libsodium-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=e4899cc4ce87397de2aef865e94ea2cdb8d9cb86253727e7d90532b925ecc770
|
|
|
|
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"
|
|
}
|
|
}
|