summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhem Saurel2018-10-22 14:27:53 +0200
committerGuilhem Saurel2018-10-22 14:27:53 +0200
commitefb9baa563f2da4ffd67346e53046a2aa073f303 (patch)
tree2f44eb8464fe8e32a1d252760ef0cfe8d5fe3fff /PKGBUILD
downloadaur-efb9baa563f2da4ffd67346e53046a2aa073f303.tar.gz
initial release
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..47c4b921d289
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Guilhem Saurel <guilhem@saurel.me>
+
+pkgname=xcursor-gruppled-lite
+pkgver=1
+pkgrel=1
+pkgdesc='gruppler X11 cursor theme, made entirely in Inkscape, inspired by Ghost Cursors and Curo.'
+arch=('any')
+license=('GPL2')
+source=('https://www.bde.enseeiht.fr/~saurelg/gruppled_lite_cursors_by_gruppler.zip')
+md5sums=('e85d435e16808d58211cd7407b7456ee')
+
+package() {
+ mkdir -p "$pkgdir/usr/share/icons"
+ cp -r \
+ "$srcdir/gruppled_black_lite" \
+ "$srcdir/gruppled_white_lite" \
+ "$pkgdir/usr/share/icons"
+}