# # The Bourne Again SHell (version 5.2.15). # # Bash is an sh-compatible shell that incorporates useful features from # the Korn shell (ksh) and C shell (csh). It is intended to conform to # the IEEE POSIX P1003.2/ISO 9945.2 shell and tools standard. # # It offers functional improvements over sh for both programming and # interactive use. # 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=bash pkgversion=5.2.15 arch=amd64 release=1 pkgcategory="shells" full_pkgname=bash@shells blurb="The Bourne Again SHell (version 5.2.15)." homepage="https://www.gnu.org/software/bash" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/bash/bash-5.2.15.tar.gz" replace=""