milis/talimatname/genel/g/git/talimat

26 lines
518 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Distributed version control system designed to handle small to very large projects.
# URL: http://git-scm.com/
# Paketçi: milisarge
# Gerekler:
isim=git
surum=2.7.1
devir=1
kaynak=( https://www.kernel.org/pub/software/scm/$isim/$isim{,-manpages,-htmldocs}-$surum.tar.xz)
run=(openssh)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--with-gitconfig=/etc/gitconfig \
--without-python
make
make DESTDIR=$PKG install
find $PKG -type f -name perllocal.pod -exec rm {} \;
}