parent
f116de5c13
commit
bf397c1372
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'spdlog'
|
# Template file for 'spdlog'
|
||||||
pkgname=spdlog
|
pkgname=spdlog
|
||||||
version=1.8.0
|
version=1.8.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF"
|
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON"
|
||||||
|
makedepends="fmt-devel"
|
||||||
short_desc="Fast C++ logging library"
|
short_desc="Fast C++ logging library"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in New Issue