# Maintainer: mibbio _name='Ciliora-Prima' pkgname=cinnamon-theme-${_name,,} pkgver=20151115 pkgrel=1 pkgdesc="${_name} theme for Cinnamon 2.8" arch=('any') url="http://cinnamon-spices.linuxmint.com/themes/view/323" license=('GPL') depends=('cinnamon>=2.8.0' 'cinnamon<2.9.0') source=("http://cinnamon-spices.linuxmint.com/uploads/themes/C28M-1F1A-YI8H.zip") sha256sums=('0310216652fa52dd7197c6eec9f8cbd150b25042c8a963306a48a6a17ccb4aad') package() { find ${_name} -type f -not -name *~ -not -name *.sh -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \; }