2018-10-06 21:45:26 +00:00
|
|
|
# Template file for 'spdlog'
|
|
|
|
pkgname=spdlog
|
2018-10-09 06:42:19 +00:00
|
|
|
version=1.2.0
|
2018-10-06 21:45:26 +00:00
|
|
|
revision=1
|
|
|
|
build_style=cmake
|
|
|
|
configure_args="-DSPDLOG_BUILD_TESTING=ON -DSPDLOG_BUILD_EXAMPLES=OFF
|
|
|
|
-DSPDLOG_BUILD_BENCH=OFF"
|
|
|
|
short_desc="Fast C++ logging library"
|
|
|
|
maintainer="John <johnz@posteo.net>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/gabime/spdlog"
|
|
|
|
distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz"
|
2018-10-09 06:42:19 +00:00
|
|
|
checksum=0ba31b9e7f8e43a7be328ab0236d57810e5d4fc8a1a7842df665ae22d5cbd128
|
2018-10-06 21:45:26 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|