summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2017-09-30 20:04:03 +0300
committerGordonGR2017-09-30 20:04:03 +0300
commita69b3d11581c8d6a3f7c6d5a2efb613714abb023 (patch)
treef3557900d7cad790d8df7264ef436b7fd2e20376
downloadaur-a69b3d11581c8d6a3f7c6d5a2efb613714abb023.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..116feca2e882
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Sat Sep 30 17:03:47 UTC 2017
+pkgbase = xcursor-atto
+ pkgdesc = A non-conventional circular cursor theme, built with pen and touch based input in mind
+ pkgver = 1
+ pkgrel = 1
+ url = https://www.gnome-look.org/p/999542/
+ arch = any
+ license = GPL
+ source = https://dl.opendesktop.org/api/files/download/id/1460734305/167180-Atto-cursor.tar.gz
+ md5sums = b53e4df14519c675cf973f2f44257555
+
+pkgname = xcursor-atto
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e4914c2dfb00
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: GordonGR <ntheo1979@gmail.com>
+
+pkgname=xcursor-atto
+pkgver=1
+pkgrel=1
+pkgdesc="A non-conventional circular cursor theme, built with pen and touch based input in mind"
+arch=('any')
+url="https://www.gnome-look.org/p/999542/"
+license=('GPL')
+depends=()
+source=("https://dl.opendesktop.org/api/files/download/id/1460734305/167180-Atto-cursor.tar.gz")
+md5sums=('b53e4df14519c675cf973f2f44257555')
+
+package() {
+cd ${srcdir}/Atto-cursor
+install -dm755 ${pkgdir}/usr/share/icons/
+cp -vR * ${pkgdir}/usr/share/icons/
+}
+
+