summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b6d8e23c6b58
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = xcursor-grounation
+ pkgdesc = Grounation X11 cursor theme
+ pkgver = 20160115
+ pkgrel = 1
+ url = https://moshiab.deviantart.com/art/Grounation-584580741
+ arch = any
+ license = GPL
+ source = xcursor-grounation-20160115.tar::https://orig02.deviantart.net/e990/f/2016/015/0/a/grounationcursortheme_by_moshiab-d9o1ldx.tar
+ sha256sums = 00c929a088354281bc44eecda78c022d802bbeae081a0414c63589b48f6c8dbe
+
+pkgname = xcursor-grounation
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ddbd27f64937
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Miroslav Koškár <http://mkoskar.com/>
+
+pkgname='xcursor-grounation'
+pkgver=20160115
+pkgrel=1
+pkgdesc='Grounation X11 cursor theme'
+url='https://moshiab.deviantart.com/art/Grounation-584580741'
+license=(GPL)
+arch=(any)
+
+source=("$pkgname-$pkgver.tar::https://orig02.deviantart.net/e990/f/2016/015/0/a/grounationcursortheme_by_moshiab-d9o1ldx.tar")
+sha256sums=(00c929a088354281bc44eecda78c022d802bbeae081a0414c63589b48f6c8dbe)
+
+package() {
+ cd Grounation
+ install -D -m644 -t "$pkgdir/usr/share/icons/Grounation" index.theme
+ cp -r --preserve=mode cursors "$pkgdir/usr/share/icons/Grounation"
+}