d08f03467a
Bump fmt to version 7.1.3 Download automatically googlebenchmark for bench tests (#1709) Thanks @kitattyor. Add CPack debian package settings (#1712) and fix typo in comment (#1711). Thanks @ChristofKaufmann. Perfect forwarding fmt arguments (#1726). Thanks @dkavolis. Fix dup_filter_sink to log current log call's level, instead of the filtered log call's level (#1710). Thanks @Tridacnid for reporting. Ability to get size of messages queue of async thread pool (#1735) Thanks @o2gy84. Add missing include (#1742). Thanks @jwittbrodt. Updated bin_to_hex example in the readme (#1744). Thanks @ArnaudBienner. Fix async periodic flush test (#1749). Thanks @bluescarni.
21 lines
502 B
Makefile
21 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/01/04 12:03:24 wiz Exp $
|
|
|
|
DISTNAME= spdlog-1.8.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=gabime/}
|
|
GITHUB_PROJECT= spdlog
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/gabime/spdlog
|
|
COMMENT= Fast C++ logging library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
USE_CMAKE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= cmake/spdlog.pc.in
|
|
|
|
.include "../../lang/python/tool.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|