0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-08 10:51:49 +00:00
Files
termux-packages/packages/libpugixml/build.sh
Termux Github Actions 7c3390a8f9 bump(main/libpugixml): 1.15
This commit has been automatically submitted by Github Actions.
2025-01-11 00:31:16 +00:00

13 lines
513 B
Bash

TERMUX_PKG_HOMEPAGE=https://pugixml.org/
TERMUX_PKG_DESCRIPTION="Light-weight, simple and fast XML parser for C++ with XPath support"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.15"
TERMUX_PKG_SRCURL=https://github.com/zeux/pugixml/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b39647064d9e28297a34278bfb897092bf33b7c487906ddfc094c9e8868bddcb
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_SHARED_LIBS=ON
"