summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4b194b240edeb2c17e700351bbda78481c604977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Joel <aullidolunar (at) gmai1 dot c0m >
# Maintainer: Oguzcan Kucukbayrak <oguz@okb1100.com>

pkgname=shadow-icon-theme
pkgver=9.1
pkgrel=0
pkgdesc="This is a flat icon-theme Gnome 3.10+. The icons have colourful circular base with long shadow."
arch=(any)
url="https://www.gnome-look.org/content/show.php/Shadow?content=170398"
license=(GPL3)
makedepends=('git')

source=(git+https://github.com/rudrab/Shadow.git)
sha256sums=('SKIP')

package() {
	cd "$srcdir/Shadow"
	mkdir -p "$pkgdir/usr/share/icons/shadow"
	find . -type d -name ".git" -prune -o -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/icons/shadow/{}" \;
}