spdlog: update to 1.8.2.

This commit is contained in:
John 2021-01-06 14:06:31 +01:00
parent a140220a7a
commit a9a10f3787

View file

@ -1,16 +1,21 @@
# Template file for 'spdlog' # Template file for 'spdlog'
pkgname=spdlog pkgname=spdlog
version=1.8.0 version=1.8.2
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON" configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON"
hostmakedepends="pkg-config"
makedepends="fmt-devel" makedepends="fmt-devel"
short_desc="Fast C++ logging library" short_desc="Fast C++ logging library"
maintainer="John <me@johnnynator.dev>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/gabime/spdlog" homepage="https://github.com/gabime/spdlog"
distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz" distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz"
checksum=1e68e9b40cf63bb022a4b18cdc1c9d88eb5d97e4fd64fa981950a9cacf57a4bf checksum=e20e6bd8f57e866eaf25a5417f0a38a116e537f1a77ac7b5409ca2b180cec0d5
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DSPDLOG_BUILD_TESTS_HO=ON"
fi
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE