mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 13:42:37 +00:00
- 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
10 lines
220 B
Bash
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"
|