void-packages/srcpkgs/json-c++/template

17 lines
443 B
Bash

# Template file for 'json-c++'
pkgname=json-c++
version=3.2.0
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=2de558ff3b3b32eebfb51cf2ceb835a0fa5170e6b8712b02be9c2c07fcfe52a1
post_install() {
vlicense LICENSE.MIT
}