milis/talimatname/genel/g/git/talimat

27 lines
533 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Distributed version control system designed to handle small to very large projects.
2016-02-24 01:27:23 +01:00
# URL: http://git-scm.com/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
2018-07-25 08:38:47 +02:00
# Gerekler:
# Grup: sistem
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=git
surum=2.7.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=( https://www.kernel.org/pub/software/scm/$isim/$isim{,-manpages,-htmldocs}-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
run=(openssh)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./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 {} \;
}