16 lines
473 B
Bash
16 lines
473 B
Bash
# Template file for 'spdlog'
|
|
pkgname=spdlog
|
|
version=1.5.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=b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|