void-packages/srcpkgs/spdlog/template
2020-05-16 18:46:39 +02:00

17 lines
473 B
Bash

# Template file for 'spdlog'
pkgname=spdlog
version=1.6.0
revision=1
build_style=cmake
configure_args="-DSPDLOG_BUILD_EXAMPLE=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=0421667c9f2fc78e6548d44f7bc5921be0f03e612df384294c16cedb93d967f8
post_install() {
vlicense LICENSE
}