# # A fast, scalable, distributed revision control system. # # Git is a fast, scalable, distributed revision control system with an # unusually rich command set that provides both high-level operations # and full access to internals. # # Git is an Open Source project covered by the GNU General Public # License version 2 (some parts of it are under different licenses, # compatible with the GPLv2). It was originally written by Linus # Torvalds with help of a group of hackers around the net. # 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=git pkgversion=2.40.0 arch=amd64 release=1 pkgcategory="devel" full_pkgname=git_2.40.0_amd64-1@devel blurb="A fast, scalable, distributed revision control system." homepage="https://www.git-scm.org" license="GPLv2 only, LGPLv2.1" fetch=" https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.40.0.tar.gz https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.40.0.tar.gz " replace=""