# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>

pkgname=pekwm-themes
pkgver=1.0.5
pkgrel=6
pkgdesc='PekWM theme collection'
arch=('any')
url="https://github.com/aur-archive/pekwm-themes" # original upstream is gone
license=('GPL')
depends=('pekwm')
source=("https://github.com/aur-archive/$pkgname/raw/master/$pkgname-$pkgver.tar.gz")
sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')

package() {
  install -d "$pkgdir/usr/share/pekwm/themes"
  cp -R "$srcdir/$pkgname/"* "$pkgdir/usr/share/pekwm/themes/"
}

# vim: ts=2 sw=2 et:
