void-packages/srcpkgs/spdlog/template
2020-09-10 12:30:26 -07:00

16 lines
450 B
Bash

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