rsadowski f8177f9af0 Import qcoro-0.5.1
Comment:
C++ coroutines for Qt

Description:
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt actions.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://qcoro.dvratil.cz/

OK op@
2022-06-13 08:13:54 +00:00

23 lines
374 B
Makefile

COMMENT = C++ coroutines for Qt
GH_ACCOUNT = danvratil
GH_PROJECT = qcoro
GH_TAGNAME = v0.5.1
CATEGORIES = devel
HOMEPAGE = https://qcoro.dvratil.cz/
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = devel/cmake \
x11/qt5
CONFIGURE_ARGS = -DCMAKE_DISABLE_FIND_PACKAGE_Qt6=ON \
-DUSE_QT_VERSION=5
.include <bsd.port.mk>