void-packages/srcpkgs/spdlog/template

18 lines
501 B
Bash
Raw Normal View History

2018-10-06 23:45:26 +02:00
# Template file for 'spdlog'
pkgname=spdlog
2018-10-18 10:56:23 +02:00
version=1.2.1
2018-10-06 23:45:26 +02: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-18 10:56:23 +02:00
checksum=867a4b7cedf9805e6f76d3ca41889679054f7e5a3b67722fe6d0eae41852a767
2018-10-06 23:45:26 +02:00
post_install() {
vlicense LICENSE
}