# Maintainer: Jason Gonzalez pkgname=jgd-black pkgver=10_23_18 pkgrel=1 pkgdesc="Black and gray GTK theme collection (GTK 3.20+)" arch=('any') url="http://www.jasong-designs.com/2017/02/04/jgd-black-gtk3/" license=('GPL3') depends=('gtk3' 'gtk2' 'gtk-engines') optdepends=('openbox: optional window manager theme' 'ttf-dejavu: font support') changelog= source=("https://github.com/jgpws/jgd-black/raw/master/downloads/$pkgname-${pkgver//_/-}.tar.gz") package() { cd "${srcdir}" tar -xzvf jgd-black-10-23-18.tar.gz sudo cp -R JGD-Black /usr/share/themes } md5sums=('9b4ce6a62c44674875fc70f7aa323d41')