New package: json-c++-3.1.2.
This commit is contained in:
parent
2bee7ff761
commit
432c452029
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in New Issue