json-c++: update to 3.10.5.
This commit is contained in:
parent
64331bfcba
commit
73c6e2094f
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'json-c++'
|
# Template file for 'json-c++'
|
||||||
pkgname=json-c++
|
pkgname=json-c++
|
||||||
version=3.9.1
|
version=3.10.5
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="json-${version}"
|
wrksrc="json-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DJSON_MultipleHeaders=ON"
|
configure_args="-DJSON_MultipleHeaders=ON"
|
||||||
|
@ -11,12 +11,12 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/nlohmann/json"
|
homepage="https://github.com/nlohmann/json"
|
||||||
distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz"
|
distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz"
|
||||||
checksum=4cf0df69731494668bdd6460ed8cb269b68de9c19ad8c27abc24cd72605b2d5b
|
checksum=5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4
|
||||||
|
# tests only work in git repository
|
||||||
|
make_check=no
|
||||||
|
|
||||||
if [ -z "$XBPS_CHECK_PKGS" ]; then
|
|
||||||
configure_args+=" -DBUILD_TESTING=OFF"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vdoc README.md
|
||||||
vlicense LICENSE.MIT
|
vlicense LICENSE.MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue