mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 10:33:06 +02:00
msgpack-cxx: trim dependencies
This commit is contained in:
parent
e1c4ce8418
commit
df8d55d2ab
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'msgpack-cxx'
|
||||
pkgname=msgpack-cxx
|
||||
version=6.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DMSGPACK_CXX17=ON"
|
||||
makedepends="boost-devel"
|
||||
depends="boost-devel"
|
||||
makedepends="boost-devel-minimal libboost_unit_test_framework"
|
||||
depends="boost-devel-minimal"
|
||||
checkdepends="gtest-devel zlib-devel"
|
||||
short_desc="Binary-based efficient object serialization library for C++"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
|
|
Loading…
Add table
Reference in a new issue