diff --git a/srcpkgs/plog/template b/srcpkgs/plog/template new file mode 100644 index 00000000000..106c8107871 --- /dev/null +++ b/srcpkgs/plog/template @@ -0,0 +1,15 @@ +# 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 " +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 +}