# git-2.24.1 ^ Taille du paquet | 149M | ^ Somme de contrĂ´le SHA256 | cdcd397ebb785abd08c4d09b093cc019abf8ab7ceb758dd51728b83a6bfb7d56 | ``` TIMEFORMAT='(BUSYBOX) Compilation de git-2.24.1 en %R seconds ...' time { wget https://www.kernel.org/pub/software/scm/git/git-2.24.1.tar.xz -O ${LFS}/download/git-2.24.1.tar.xz --no-check-certificate && md5sum -c <<<"42540aa4eabfb831127a801a89c1b6e0 ${LFS}/download/git-2.24.1.tar.xz" && rm -Rf ${LFS}/src/git-2.24.1 && tar xf ${LFS}/download/git-2.24.1.tar.xz -C ${LFS}/src && cd ${LFS}/src/git-2.24.1 && ./configure --prefix=/usr --with-curl --with-expat --with--with-gitconfig=/etc/gitconfig && make && make DESTDIR=$PWD/_pkg install && strip -v _pkg/usr/bin/* strip -v _pkg/usr/lib/* tar -C _pkg/ -cvf ${LFS}/pkg/git-2.24.1.tar.gz ./ && cd "${LFS}/" } ```