Files
termux-packages/packages/libiconv/build.sh
termux-pacman-bot 88c2ae691f fix(*): Replace ftp.gnu.org with mirrors.kernel.org
Replace ftp.gnu.org with mirrors.kernel.org since the second has been a
lot more stable and performant over time than the first (and ftp.gnu.org
is currently experiencing intermittent problems).

See e.g. 9937b7487379513651c67649e6adcc36d8262100

%ci:no-build
2025-09-15 15:37:29 +00:00

14 lines
707 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libiconv/
TERMUX_PKG_DESCRIPTION="An implementation of iconv()"
TERMUX_PKG_LICENSE="LGPL-2.1, GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.18"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libiconv/libiconv-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8
TERMUX_PKG_BREAKS="libandroid-support (<= 24), libiconv-dev, libandroid-support-dev"
TERMUX_PKG_REPLACES="libandroid-support (<= 24), libiconv-dev, libandroid-support-dev"
# Enable extra encodings (such as CP437) needed by some programs:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-extra-encodings"