summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: af0f712371c3e0ab997840c3853d1862d45fc861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: XZS <d.f.fischer at web dot de>
# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>

pkgname=xcursor-ater-red
pkgver=0.1
pkgrel=1
epoch=2
pkgdesc="Ater Red cursor theme."
arch=(any)
url="http://xfce-look.org/content/show.php/ATER+Red+Mouse+Theme?content=108211"
license=('GPL')
depends=()
source=("http://xfce-look.org/CONTENT/content-files/108211-ATER-Red-Mouse-Theme.tar.gz")
md5sums=('b88bca7024717eff04008cc2be6fd50c')

package() {
	cd ATER-Red-Mouse-Theme
  local destdir="$pkgdir/usr/share/icons/aterred"
	install -d "$destdir"
  mv cursors index.theme "$destdir"
}