Files
termux-packages/packages/html2text/build.sh
termux-pacman-bot 6443873aa6 bump(main/html2text): 2.3.0
This commit has been automatically submitted by Github Actions.
2025-06-17 12:09:36 +00:00

19 lines
666 B
Bash

TERMUX_PKG_HOMEPAGE=http://www.mbayer.de/html2text/
TERMUX_PKG_DESCRIPTION="Utility that converts HTML documents into plain text"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1:2.3.0"
TERMUX_PKG_SRCURL=https://github.com/grobian/html2text/archive/v${TERMUX_PKG_VERSION:2}.tar.gz
TERMUX_PKG_SHA256=5b756056f8459844fa898c9d00425d66ffde31ea4fbdd49c2ac50879cfbd75c4
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++, libiconv"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
CXX="$CXX $CXXFLAGS $CPPFLAGS $LDFLAGS"
mkdir -p $TERMUX_PREFIX/share/man/man1
aclocal
autoconf
automake --force-missing --add-missing
}