void-packages/srcpkgs/spdlog/template
2020-06-09 15:07:31 +02:00

17 lines
473 B
Bash

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