17 lines
508 B
Bash
17 lines
508 B
Bash
# Template build file for 'rapidjson'.
|
|
pkgname=rapidjson
|
|
version=1.1.0
|
|
revision=2
|
|
build_style=cmake
|
|
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
|
|
}
|