# # GNU stream editor. # # Sed isn't really a true text editor or text processor. Instead, # it is used to filter text, i.e., it takes text input and performs # some operation on it and outputs the modified text. # # For more information, visit: https://www.gnu.org/software/sed # 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=sed pkgversion=4.9 arch=amd64 release=1 pkgcategory="tools" full_pkgname=sed_4.9_amd64-1@tools blurb="GNU stream editor." homepage="https://www.gnu.org/software/sed" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/sed/sed-4.9.tar.gz" replace=""