16 lines
443 B
Bash
16 lines
443 B
Bash
# 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
|
|
}
|