New package: msgpack-cxx-4.1.1

This commit is contained in:
Duncaen 2022-06-30 21:02:51 +02:00
parent 23212af83b
commit 3015ace7a4
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'msgpack-cxx'
pkgname=msgpack-cxx
version=4.1.1
revision=1
build_style=cmake
makedepends="boost-devel"
checkdepends="gtest-devel zlib-devel"
depends="boost-devel"
short_desc="Binary-based efficient object serialization library for C++"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSL-1.0"
homepage="https://github.com/msgpack/msgpack-c/tree/cpp_master"
changelog="https://github.com/msgpack/msgpack-c/raw/cpp_master/CHANGELOG.md"
distfiles="https://github.com/msgpack/msgpack-c/releases/download/cpp-${version}/msgpack-cxx-${version}.tar.gz"
checksum=8115c5edcf20bc1408c798a6bdaec16c1e52b1c34859d4982a0fb03300438f0b
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DMSGPACK_BUILD_TESTS=ON"
fi

View File

@ -0,0 +1 @@
pkgname=cpp