talimat 524 B

123456789101112131415161718192021
  1. # Tanım: CLI Bash tabanlı sistem,ekran ve tema bilgileri gösterici.
  2. # URL: https://github.com/KittyKatt/screenFetch
  3. # Paketçi: Oguzhan_DUYAR (oguzhan.duyar.ogresyus@gmail.com)
  4. # Gerekler: bash bc git xorg-xprop xorg-xdpyinfo
  5. # Grup: temel
  6. isim=screenfetch
  7. surum=3.8.0
  8. devir=1
  9. kaynak=(https://github.com/KittyKatt/screenFetch/archive/master.zip )
  10. derle()
  11. {
  12. cd screenFetch-master
  13. install -Dm755 "screenfetch-dev" "$PKG/usr/bin/screenfetch"
  14. install -Dm644 "screenfetch.1" "$PKG/usr/share/man/man1/screenfetch.1"
  15. }