void-packages/srcpkgs/spdlog/template
2019-10-30 22:25:14 +01:00

17 lines
501 B
Bash

# Template file for 'spdlog'
pkgname=spdlog
version=1.4.2
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=821c85b120ad15d87ca2bc44185fa9091409777c756029125a02f81354072157
post_install() {
vlicense LICENSE
}