mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 13:42:37 +00:00
18 lines
636 B
Bash
18 lines
636 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.7"
|
|
TERMUX_PKG_SRCURL=https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=888a31631a7a70308bb2f333e077d0416f4bb78317f8697ffb4a95187f677301
|
|
TERMUX_PKG_DEPENDS="libcurl, libiconv, libidn2"
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi
|
|
|
|
CPPFLAGS+=" -D__USE_BSD"
|
|
}
|