spdlog: update to 1.8.2.
This commit is contained in:
parent
a140220a7a
commit
a9a10f3787
1 changed files with 9 additions and 4 deletions
|
@ -1,16 +1,21 @@
|
|||
# Template file for 'spdlog'
|
||||
pkgname=spdlog
|
||||
version=1.8.0
|
||||
revision=2
|
||||
version=1.8.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fmt-devel"
|
||||
short_desc="Fast C++ logging library"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/gabime/spdlog"
|
||||
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() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue