mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-02 00:50:23 +00:00
18 lines
628 B
Bash
18 lines
628 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.5
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=f20a46ac4ed30d028cd78476e5f20f5e2917a95cb7bce7df7f17d8fb3e4f79e7
|
|
TERMUX_PKG_DEPENDS="libcurl, libiconv, libidn2"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi
|
|
|
|
CPPFLAGS+=" -D__USE_BSD"
|
|
}
|