freebsd-ports/ftp/coeurl/Makefile
Adriaan de Groot 3450e834d4 net-im/nheko: update to 0.11.3 (also dependencies)
Update the nheko stack - coeurl, mtxclient, nheko - to the
latest release. Try to add a VOIP option for Matrix VOIP calls.
2023-03-06 22:34:19 +01:00

26 lines
546 B
Makefile

PORTNAME= coeurl
DISTVERSIONPREFIX=v
DISTVERSION= 0.3.0
CATEGORIES= ftp www
MAINTAINER= adridg@FreeBSD.org
COMMENT= Simple async wrapper around CURL for C++
WWW= https://nheko.im/nheko-reborn/coeurl
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= \
libcurl.so:ftp/curl \
libevent.so:devel/libevent \
libspdlog.so:devel/spdlog
USES= compiler:c++17-lang pkgconfig \
meson tar:xz
USE_GITLAB= yes
GL_SITE= https://nheko.im/
GL_ACCOUNT= nheko-reborn
GL_COMMIT= 2a20a129240a1a017b37b6874faab499ca4e523b
.include <bsd.port.mk>