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

17 lines
443 B
Bash
Raw Normal View History

2018-03-26 03:40:37 +02:00
# 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
}