UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

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.48.1.tar.xz
Source directory: git-2.48.1
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/git-2.48.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/git-2.48.1.tar.xz.md5sum
Dependances: python3-asciidoc, xmlto, curl.
Dependance of: usbutils, doxygen, mrustc, adwaita-icon-theme, cmake, wireshark.
Patches: *** NO PATCHES FOUND ***
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
	    GIT_UNZIP=nonexist make test -k |& tee test.log
fi

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

make install-man


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

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

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

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

sed -i '/^<a href=/s|howto/|&html/|' /usr/share/doc/git-2.48.1/howto-index.html &&
sed -i '/^\* link:/s|howto/|&html/|' /usr/share/doc/git-2.48.1/howto-index.txt

fi