# Tanım: Gnome-shell için bir kabuk teması
# URL: https://www.opendesktop.org/p/1013006/
# Paketçi: yasarciv67@gmail.com
# Gerekler: gnome-shell

isim=gnome-shell-theme-nightingale
_isim=Nightingale
surum=1
devir=1
kaynak=(https://dl.opendesktop.org/api/files/download/id/1460760205/166760-Nightingale.tar.gz)

derle() {
  cd Nightingale
  install -d "$PKG/usr/share/themes/$_name"
  cp -a * "$PKG/usr/share/themes/$_name/"
}