# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>

pkgname=deepin-gtk-theme
pkgver=17.10.11
pkgrel=1
pkgdesc="Deepin GTK Theme"
arch=('any')
url="https://github.com/linuxdeepin/deepin-gtk-theme"
license=('LGPL3')
optdepends=('gtk-engine-murrine: for gtk2 themes')
groups=('deepin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gtk-theme/archive/$pkgver.tar.gz")
sha512sums=('cc2970d8863695604db97f811f1b58a88e5f307db410d281d5be68bc1407f3cd692be234d1950eb2b2cc9981c53beda9e880f003c543e34e50fa755319087b56')

package() {
  cd deepin-gtk-theme-$pkgver
  make DESTDIR="$pkgdir" install
}
