0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2024-11-23 14:46:18 +00:00
glibc-packages/gpkg/grep/build.sh
Ivan Max 94159a9710
new pkgs to gpkg (#115)
gpkg/libicu
gpkg/libwayland
gpkg/libxml2
gpkg/termux-exec
gpkg/gettext
gpkg/grep
gpkg/libtool
gpkg/pcre2
gpkg/sed
gpkg/tar
gpkg/jq
gpkg/oniguruma

Improving gpkg/glibc-runner
2023-10-03 09:32:40 +03:00

10 lines
508 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-pacman"
TERMUX_PKG_VERSION=3.11
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab
TERMUX_PKG_DEPENDS="glibc, pcre2-glibc"
TERMUX_PKG_ESSENTIAL=true