new package: libtinyxml2

This commit is contained in:
Tee KOBAYASHI 2021-12-27 12:28:35 +09:00 committed by Leonid Pliushch
parent 682288783d
commit bb8119ee21
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://www.grinninglizard.com/tinyxml2/
TERMUX_PKG_DESCRIPTION="A simple, small, efficient, C++ XML parser"
TERMUX_PKG_LICENSE="ZLIB"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=9.0.0
TERMUX_PKG_SRCURL=https://github.com/leethomason/tinyxml2/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=cc2f1417c308b1f6acc54f88eb70771a0bf65f76282ce5c40e54cfe52952702c
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_SHARED_LIBS=ON"