void-packages/srcpkgs/spdlog/template
2020-07-08 16:18:33 +02:00

17 lines
475 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 <me@johnnynator.dev>"
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
}