milis/talimatname/genel/g/git/talimat

27 lines
547 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: Küçükten çok büyük projelere yönelik tasarlanmış dağıtılmış sürüm kontrol sistemi
# URL: http://git-scm.com/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
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 {} \;
}