UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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

Template:
Codename: git
Source file: git-2.53.0.tar.xz
Source file size: 7993096
Source file MD5-checkum: 3857733169a6443e48d20c75ee32f732
Source directory: git-2.53.0
Package URL: https://umvirt.com/linux/downloads/0.3/packages/g/git-2.53.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/g/git-2.53.0.tar.xz.md5sum
Dependances: python3-asciidoc, xmlto, curl.
Dependance of: usbutils, doxygen, mrustc, Imath, Nim, 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           \
            --with-libpcre2

Build script:
make

make man

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

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

fi

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

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

make install-man

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

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

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

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

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

fi