archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / pekwm-themes / trunk / PKGBUILD
blobf550adb871bfc1ebf03950652d42a4fc0e2c3102
1 # Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
3 pkgname=pekwm-themes
4 pkgver=1.0.5
5 pkgrel=5
6 pkgdesc='PekWM theme collection'
7 arch=('any')
8 url="https://github.com/aur-archive/pekwm-themes" # original upstream is gone
9 license=('GPL')
10 depends=('pekwm')
11 source=("https://github.com/aur-archive/$pkgname/raw/master/$pkgname-$pkgver.tar.gz")
12 sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
14 package() {
15   install -d "$pkgdir/usr/share/pekwm/themes"
16   cp -R "$srcdir/$pkgname/"* "$pkgdir/usr/share/pekwm/themes/"
19 # vim: ts=2 sw=2 et: