18 lines
526 B
Bash
18 lines
526 B
Bash
|
# Template build file for 'rapidjson'.
|
||
|
pkgname=rapidjson
|
||
|
version=1.1.0
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
patch_args="-Np1"
|
||
|
noarch=yes
|
||
|
short_desc="A fast JSON parser/generator for C++ with both SAX/DOM style API"
|
||
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||
|
license="BSD, MIT"
|
||
|
homepage="https://github.com/miloyip/rapidjson"
|
||
|
distfiles="https://github.com/miloyip/${pkgname}/archive/v${version}.tar.gz"
|
||
|
checksum=bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
|
||
|
|
||
|
post_install() {
|
||
|
vlicense license.txt
|
||
|
}
|