milis/talimatname/genel/t/tig/talimat

17 lines
367 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: Git için metin modu arabirimi.
# URL: http://jonas.nitro.dk/tig/
# Paketçi: milisarge
# Gerekler: asciidoc xmlto
# Grup: geliştirme
isim=tig
surum=2.1.1
devir=1
kaynak=(http://jonas.nitro.dk/${isim}/releases/${isim}-${surum}.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install install-doc-man
}