New package: spdlog-1.1.0

This commit is contained in:
John 2018-10-06 23:45:26 +02:00 committed by maxice8
parent 6e08e9b845
commit 445dd565b0

17
srcpkgs/spdlog/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'spdlog'
pkgname=spdlog
version=1.1.0
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"
checksum=3dbcbfd8c07e25f5e0d662b194d3a7772ef214358c49ada23c044c4747ce8b19
post_install() {
vlicense LICENSE
}