# # Pattern scanning and processing language. # # The awk utility interprets a special-purpose programming language # that makes it possible to handle simple data-reformatting jobs # with just a few lines of code. It is a free version of 'awk'. # # GNU awk implements the AWK utility which is part of # IEEE Std 1003.1 Shell and Utilities (XCU). # 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=gawk pkgversion=5.2.1 arch=amd64 release=1 pkgcategory="tools" full_pkgname=gawk_5.2.1_amd64-1@tools blurb="Pattern scanning and processing language." homepage="https://www.gnu.org/software/gawk" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/gawk/gawk-5.2.1.tar.lz" replace=""