mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
17 lines
606 B
Bash
17 lines
606 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.w3.org/Tools/HTML-XML-utils/
|
|
TERMUX_PKG_DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
|
|
TERMUX_PKG_LICENSE="custom"
|
|
TERMUX_PKG_LICENSE_FILE="COPYING"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=8.6
|
|
TERMUX_PKG_SRCURL=https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=5e84729ef36ccd3924d2872ed4ee6954c63332dca5400ba8eb4eaef1f2db4fb2
|
|
TERMUX_PKG_DEPENDS="libcurl, libiconv, libidn2"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi
|
|
|
|
CPPFLAGS+=" -D__USE_BSD"
|
|
}
|