# Maintainer: Michael Lojkovic pkgname=gtk-theme-windows10 pkgver=0.8 pkgrel=2 pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines." arch=('any') url="http://gnome-look.org/content/show.php/Windows+10+Theme?content=171327" license=('GPL') depends=('gtk-engines' 'gtk-engine-murrine') optdepends=('gnome-themes-standard') source=http://b00merang.weebly.com/uploads/1/6/8/1/16813022/windows_10_light_v0.8.zip sha1sums=('8710f97415ec950da5971a88f1615b5b050b69d1') package() { cd Windows\ 10\ Light # create theme dir install -d -m 755 "$pkgdir/usr/share/themes/Windows10" # install theme find . -type f -exec \ install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10/{}" \; }