msgpack: update to 3.0.1.
Closes #14264. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
33287fe549
commit
99077a9a86
|
@ -1,24 +1,26 @@
|
|||
# Template file for 'msgpack'
|
||||
pkgname=msgpack
|
||||
version=2.1.5
|
||||
version=3.0.1
|
||||
revision=1
|
||||
wrksrc="msgpack-${version}"
|
||||
build_style=cmake
|
||||
makedepends="zlib-devel"
|
||||
checkdepends="gtest-devel"
|
||||
short_desc="Binary-based efficient object serialization library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://msgpack.org/"
|
||||
distfiles="https://github.com/$pkgname/$pkgname-c/releases/download/cpp-$version/$pkgname-$version.tar.gz"
|
||||
checksum=6126375af9b204611b9d9f154929f4f747e4599e6ae8443b337915dcf2899d2b
|
||||
homepage="https://msgpack.org/"
|
||||
#changelog="https://raw.githubusercontent.com/msgpack/msgpack-c/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/msgpack/msgpack-c/releases/download/cpp-${version}/msgpack-${version}.tar.gz"
|
||||
checksum=9859d44d336f9b023a79a3026bb6a558b2ea346107ab4eadba58236048650690
|
||||
|
||||
msgpack-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user