summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 83eea45cf0cbe0a454eb94a8a02805d97004a1a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=osx-arc-white
pkgver=1.3.7
pkgrel=1
pkgdesc="OSX-Arc-White Theme for GTK 3.x"
arch=(any)
url=https://www.gnome-look.org/p/1167049/
depends=('gtk3')
makedepends=('unzip')
source=("https://dl.opendesktop.org/api/files/download/id/1488643195/OSX-Arc-White-v1.3.9.tar.gz")
md5sums=('c3c6290937dd5735876103e07a1af3df')

package(){
	cd "$srcdir"
	find */ -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
}