summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-07-01 19:05:54 +0200
committerXZS2015-07-01 19:05:54 +0200
commita72aaed99f1097a56e3b11c6aabb600eb7051787 (patch)
tree42059a7130cd0f4c49991ed9ea2a02752175e7dd
downloadaur-xcursor-ater-red.tar.gz
intitial import from old AUR version 3
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5b952e96c2b6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = xcursor-ater-red
+ pkgdesc = Ater Red cursor theme.
+ pkgver = 0.1
+ pkgrel = 1
+ epoch = 2
+ url = http://xfce-look.org/content/show.php/ATER+Red+Mouse+Theme?content=108211
+ arch = any
+ license = GPL
+ source = http://xfce-look.org/CONTENT/content-files/108211-ATER-Red-Mouse-Theme.tar.gz
+ md5sums = b88bca7024717eff04008cc2be6fd50c
+
+pkgname = xcursor-ater-red
+
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"
+}