freebsd-ports/net-im/libquotient/Makefile
Adriaan de Groot 647b0f6f8f net-im/libquotient: update to 0.7.1, latest upstream
This jumps to the next minor release and then a patch,
	https://github.com/quotient-im/libQuotient/releases/tag/0.7.0
	https://github.com/quotient-im/libQuotient/releases/tag/0.7.1

There's a bunch of new features, but e2ee support is still alpha (and off)
2023-01-23 22:38:24 +01:00

27 lines
606 B
Makefile

PORTNAME= libquotient
DISTVERSION= 0.7.1
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
COMMENT= Matrix IM support library using Qt technologies
WWW= https://github.com/quotient-im/libQuotient
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5
USES= cmake compiler:c++14-lang qt:5 tar:xz
USE_QT= concurrent core gui multimedia network \
buildtools:build qmake:build testlib:build
CONFLICTS= libqmatrixclient\*
USE_GITHUB= yes
GH_ACCOUNT= quotient-im
GH_PROJECT= libQuotient
CMAKE_ARGS= -DQuotient_INSTALL_TESTS=OFF
.include <bsd.port.mk>