16 lines
467 B
Bash
16 lines
467 B
Bash
# Template file for 'plog'
|
|
pkgname=plog
|
|
version=1.1.10
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Portables, simple and extensible C++ logging library"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/SergiusTheBest/plog"
|
|
distfiles="https://github.com/SergiusTheBest/plog/archive/refs/tags/$version.tar.gz"
|
|
checksum=55a090fc2b46ab44d0dde562a91fe5fc15445a3caedfaedda89fe3925da4705a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|