milis/talimatname/genel/n/neofetch/talimat

20 lines
385 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: BASH'da yazılmış görüntüleri destekleyen bir CLI sistem bilgisi aracı.
2017-06-26 15:06:48 +02:00
# URL: https://github.com/dylanaraps/
2017-10-27 20:46:27 +02:00
# Paketçi: Cihan Alkan
# Gerekler:
2017-06-26 15:06:48 +02:00
2017-10-28 14:10:23 +02:00
isim=neofetch
surum=3.2.0
devir=1
2017-06-26 15:06:48 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://github.com/dylanaraps/neofetch/archive/$surum.tar.gz
2017-06-26 15:06:48 +02:00
linux)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
cp -f $SRC/linux $SRC/$isim-$surum/ascii/distro/
2017-06-26 15:06:48 +02:00
make DESTDIR=$PKG install
}