# # Unix standard text editor. # # Ed is a line-oriented text editor. It is used to create, # display, modify and otherwise manipulate text files. # 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=ed pkgversion=1.19 arch=amd64 release=1 pkgcategory="tools" full_pkgname=ed_1.19_amd64-1@tools blurb="Unix standard text editor." homepage="https://www.gnu.org/software/ed" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/ed/ed-1.19.tar.lz" replace=""