summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2015-07-01 19:05:54 +0200
committerXZS2015-07-01 19:05:54 +0200
commita72aaed99f1097a56e3b11c6aabb600eb7051787 (patch)
tree42059a7130cd0f4c49991ed9ea2a02752175e7dd /PKGBUILD
downloadaur-xcursor-ater-red.tar.gz
intitial import from old AUR version 3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..af0f712371c3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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"
+}