UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

git

Git is a free and open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Package info

Codename: git
Source file: git-2.44.0.tar.xz
Source directory: git-2.44.0
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/git-2.44.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/git-2.44.0.tar.xz.md5sum
Dependances: python3-asciidoc, xmlto, curl.
Dependance of: usbutils, doxygen, mrustc, cmake, adwaita-icon-theme, wireshark.
Patches: git-doc-skip-validation.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr \
            --with-gitconfig=/etc/gitconfig \
            --with-python=python3 

Build script:
make

make man

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

make html

fi

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make -k test
fi

Install script:
make perllibdir=/usr/lib/perl5/5.38/site_perl install

make install-man


if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

make htmldir=/usr/share/doc/git-2.44.0 install-html


mkdir -vp /usr/share/doc/git-2.44.0/man-pages/{html,text}         &&
mv        /usr/share/doc/git-2.44.0/{git*.txt,man-pages/text}     &&
mv        /usr/share/doc/git-2.44.0/{git*.,index.,man-pages/}html &&

mkdir -vp /usr/share/doc/git-2.44.0/technical/{html,text}         &&
mv        /usr/share/doc/git-2.44.0/technical/{*.txt,text}        &&
mv        /usr/share/doc/git-2.44.0/technical/{*.,}html           &&

mkdir -vp /usr/share/doc/git-2.44.0/howto/{html,text}             &&
mv        /usr/share/doc/git-2.44.0/howto/{*.txt,text}            &&
mv        /usr/share/doc/git-2.44.0/howto/{*.,}html               &&

sed -i '/^