# # The GNU nano editor. # # GNU nano is designed to be a free replacement for the Pico text editor, # part of the Pine email suite from The University of Washington. It aims # to "emulate Pico as closely as possible and perhaps include extra # functionality". # 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=nano pkgversion=7.1 arch=amd64 release=1 pkgcategory="tools" full_pkgname=nano_7.1_amd64-1@tools blurb="The GNU nano editor." homepage="https://www.nano-editor.org" license="GPLv3+, GFDL1.2" fetch="https://www.nano-editor.org/dist/latest/nano-7.1.tar.gz" replace=""