0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-22 13:19:36 +00:00
Files
termux-packages/packages/libtinyxml2/build.sh
Termux Github Actions c103532e21 bump(main/libtinyxml2): 11.0.0
This commit has been automatically submitted by Github Actions.
2025-03-16 00:27:19 +00:00

12 lines
545 B
Bash

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="11.0.0"
TERMUX_PKG_SRCURL=https://github.com/leethomason/tinyxml2/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5556deb5081fb246ee92afae73efd943c889cef0cafea92b0b82422d6a18f289
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_SHARED_LIBS=ON"