mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 12:50:51 +00:00
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
15 lines
511 B
Bash
15 lines
511 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/hello/
|
|
TERMUX_PKG_DESCRIPTION="Prints a friendly greeting"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="2.12.2"
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/hello/hello-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=5a9a996dc292cc24dcf411cee87e92f6aae5b8d13bd9c6819b4c7a9dce0818ab
|
|
TERMUX_PKG_DEPENDS="libiconv"
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" -liconv"
|
|
}
|