New package: json-c++-3.1.2.

This commit is contained in:
maxice8 2018-03-25 22:40:37 -03:00 committed by Enno Boland
parent 2bee7ff761
commit 432c452029

16
srcpkgs/json-c++/template Normal file
View File

@ -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 <thinkabit.ukim@gmail.com>"
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
}