From 9746bcadcf9ff3b930a56e184572bd3317cf1ecc Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Thu, 13 Jan 2022 20:05:02 +0900 Subject: [PATCH] new package: libmsgpack-cxx --- packages/libmsgpack-cxx/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/libmsgpack-cxx/build.sh diff --git a/packages/libmsgpack-cxx/build.sh b/packages/libmsgpack-cxx/build.sh new file mode 100644 index 0000000000..44cc6aef13 --- /dev/null +++ b/packages/libmsgpack-cxx/build.sh @@ -0,0 +1,8 @@ +TERMUX_PKG_HOMEPAGE=https://msgpack.org/ +TERMUX_PKG_DESCRIPTION="msgpack for C++" +TERMUX_PKG_LICENSE="BSL-1.0" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=4.0.3 +TERMUX_PKG_SRCURL=https://github.com/msgpack/msgpack-c/releases/download/cpp-${TERMUX_PKG_VERSION}/msgpack-cxx-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=9b3c1803b9855b7b023d7f181f66ebb0d6941275ba41d692037e0aa27736443f +TERMUX_PKG_DEPENDS="boost"