New package: msgpack-cxx-4.1.1
This commit is contained in:
parent
23212af83b
commit
3015ace7a4
19
srcpkgs/msgpack-cxx/template
Normal file
19
srcpkgs/msgpack-cxx/template
Normal 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
|
1
srcpkgs/msgpack-cxx/update
Normal file
1
srcpkgs/msgpack-cxx/update
Normal file
@ -0,0 +1 @@
|
||||
pkgname=cpp
|
Loading…
Reference in New Issue
Block a user