void-packages/srcpkgs/json-c++/template
Jürgen Buchmüller 0b7b386331
json-c++: update to 3.7.2
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-11-11 21:06:20 +01:00

20 lines
530 B
Bash

# Template file for 'json-c++'
pkgname=json-c++
version=3.7.2
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=914c4af3f14bb98ff084172685fba5d32e8ce4390ec8ba5da45c63daa305df4d
if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTING=OFF"
fi
post_install() {
vlicense LICENSE.MIT
}