# # A string search tool. # # The grep command searches one or more input files for lines # containing a match to a specified pattern. By default, # grep outputs the matching lines. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=grep pkgversion=3.9 arch=amd64 release=1 pkgcategory="tools" full_pkgname=grep_3.9_amd64-1@tools blurb="A string search tool." homepage="https://www.gnu.org/software/grep" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/grep/grep-3.9.tar.gz" replace=""