milis/talimatname/genel/n/nnn/talimat

16 lines
365 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: X için eksik terminal dosya tarayıcısı.
# URL: https://github.com/jarun/nnn
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: sistem
isim=nnn
surum=1.6
devir=1
kaynak=(https://github.com/jarun/nnn/archive/v${surum//_/-}.tar.gz::$isim-$surum.tar.gz)
derle() {
make -C "${isim}-$surum" DESTDIR="${PKG}" PREFIX="/usr" install
rm -rf $PKG/usr/share/man
}