summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9d4c4989244e97fa44779735dd7f96633cd6eefc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Localizator <localizator@ukr.net>

pkgname=acid-gtk-theme
pkgver=1.0
pkgrel=2
pkgdesc="A dark, minimalistic & xfce4 fast theme"
arch=('any')
url="http://sixsixfive.deviantart.com/art/ACID-280889262"
license=('GPL')
groups=('xfce')
depends=('bash')
source=("acid_by_sixsixfive-d4n8fji.7z::http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/localizator/acid_by_sixsixfive-d4n8fji.7z")
md5sums=('aea71393deeaec6068c3e6bdd9fe175a')

package() {
  cd ${srcdir}/ACID
  install -d ${pkgdir}/usr/share/themes/${pkgname}
  cp -rf * ${pkgdir}/usr/share/themes/${pkgname}
}