summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiroslav Koškár2017-09-05 14:24:53 +0200
committerMiroslav Koškár2017-09-05 14:24:53 +0200
commit60c8f7d46b6fd7f6d06fbff60f9703d2e94b4cae (patch)
treec09dd5d599252e9ed74e4a0446eea676fad8ab69 /PKGBUILD
downloadaur-60c8f7d46b6fd7f6d06fbff60f9703d2e94b4cae.tar.gz
Initial
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
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"
+}