diff --git a/srcpkgs/json-c++/template b/srcpkgs/json-c++/template new file mode 100644 index 00000000000..a056eb360e7 --- /dev/null +++ b/srcpkgs/json-c++/template @@ -0,0 +1,16 @@ +# Template file for 'json-c++' +pkgname=json-c++ +version=3.1.2 +revision=1 +wrksrc="json-${version}" +build_style=cmake +short_desc="JSON for modern C++" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/nlohmann/json" +distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz" +checksum=e8fffa6cbdb3c15ecdff32eebf958b6c686bc188da8ad5c6489462d16f83ae54 + +post_install() { + vlicense LICENSE.MIT +}