# 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=2020.06.10
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=('f884c39729cfdce00a6ecea83797be81f568c16190aefbdbf087a1db3dc95bef19b110d2255b479a1ee10413b616360e71835caac43da700d629a3cd29d63f90')

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