void-packages/srcpkgs/json-c++/template
Jürgen Buchmüller 0d98117846
json-c++: update to 3.3.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-10-09 19:23:40 +02:00

16 lines
451 B
Bash

# Template file for 'json-c++'
pkgname=json-c++
version=3.3.0
revision=1
wrksrc="json-${version}"
build_style=cmake
short_desc="JSON for modern C++"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="MIT"
homepage="https://github.com/nlohmann/json"
distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz"
checksum=2fd1d207b4669a7843296c41d3b6ac5b23d00dec48dba507ba051d14564aa801
post_install() {
vlicense LICENSE.MIT
}