Files
termux-packages/packages/libxml2/libxml2-utils.subpackage.sh
termux-pacman-bot a6f79b4049 bump(main/libxml2): 2.15.0
- Remove `libxml2-python-static` subpackage (empty)
- Update project homepage (previous is a redirect)
- Use Meson build system
- Enable ICU support
- Enable history and readline support for `xmllint`
- Cleanup assorted jank
2025-10-18 00:08:20 +00:00

10 lines
220 B
Bash

TERMUX_SUBPKG_INCLUDE="
bin/xmllint
bin/xmlcatalog
share/man/man1/xmllint.1.gz
share/man/man1/xmlcatalog.1.gz
"
TERMUX_SUBPKG_DESCRIPTION="XML utilities"
TERMUX_SUBPKG_DEPENDS="readline"
TERMUX_SUBPKG_PROVIDES="xmllint"