milis/talimatname/genel/n/neofetch/talimat

20 lines
385 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: BASH'da yazılmış görüntüleri destekleyen bir CLI sistem bilgisi aracı.
# URL: https://github.com/dylanaraps/
# Paketçi: Cihan Alkan
# Gerekler:
isim=neofetch
surum=3.2.0
devir=1
kaynak=(https://github.com/dylanaraps/neofetch/archive/$surum.tar.gz
linux)
derle() {
cd $isim-$surum
cp -f $SRC/linux $SRC/$isim-$surum/ascii/distro/
make DESTDIR=$PKG install
}