milis/talimatname/genel/r/ranger/talimat

18 lines
337 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: Ranger, VI anahtar bağları olan bir dosya yöneticisidir.
# URL: http://ranger.nongnu.org/
# Paketçi: milisarge
# Gerekler: python3
# Grup: sistem
isim=ranger
surum=1.8.1
devir=1
kaynak=(http://ranger.nongnu.org/$isim-$surum.tar.gz
)
derle() {
cd $isim-$surum
python3 setup.py install --prefix=/usr --root=$PKG
}