mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
21 lines
805 B
Bash
21 lines
805 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/grep/
|
|
TERMUX_PKG_DESCRIPTION="Command which searches one or more input files for lines containing a match to a specified pattern"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=3.10
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=24efa5b595fb5a7100879b51b8868a0bb87a71c183d02c4c602633b88af6855b
|
|
TERMUX_PKG_DEPENDS="libandroid-support, pcre2"
|
|
TERMUX_PKG_ESSENTIAL=true
|
|
TERMUX_PKG_GROUPS="base-devel"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_func_nl_langinfo=no
|
|
ac_cv_header_langinfo_h=no
|
|
am_cv_langinfo_codeset=no
|
|
gl_cv_func_setlocale_works=yes
|
|
"
|
|
# Avoid automagic dependency on libiconv
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" am_cv_func_iconv=no"
|