summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2018-10-22 14:27:53 +0200
committerGuilhem Saurel2018-10-22 14:27:53 +0200
commitefb9baa563f2da4ffd67346e53046a2aa073f303 (patch)
tree2f44eb8464fe8e32a1d252760ef0cfe8d5fe3fff
downloadaur-efb9baa563f2da4ffd67346e53046a2aa073f303.tar.gz
initial release
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD18
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a6870f0aed50
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = xcursor-gruppled-lite
+ pkgdesc = gruppler X11 cursor theme, made entirely in Inkscape, inspired by Ghost Cursors and Curo.
+ pkgver = 1
+ pkgrel = 1
+ arch = any
+ license = GPL2
+ source = https://www.bde.enseeiht.fr/~saurelg/gruppled_lite_cursors_by_gruppler.zip
+ md5sums = e85d435e16808d58211cd7407b7456ee
+
+pkgname = xcursor-gruppled-lite
+
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"
+}