summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dbcfe29aed23e3ab1c8a1a58414e8f5f3b29bf92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Emile Pesik <emile [at] aerion [dot] co [dot] uk> 

pkgname=yakuake-skin-steampunk
pkgver=1.0
pkgrel=1
pkgdesc="SteampunK Yakuake skin. This item is a part of Steam-Powered Linux KDE theme set."
arch=('i686' 'x86_64')
url="http://kde-look.org/content/show.php?content=158529"
license=('CCPL:by-sa')
depends=('yakuake')
source=(http://kde-look.org/CONTENT/content-files/158529-SteampunK.tar.gz)
md5sums=('208ac5480f61316d63008e06c9053f62')

package() {

  mkdir -p ${pkgdir}/usr/share/apps/yakuake/skins/
  cp -r ${srcdir}/SteampunK ${pkgdir}/usr/share/apps/yakuake/skins/

}