summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Nagie2017-05-22 00:17:29 +0200
committerMike Nagie2017-05-22 00:17:29 +0200
commit473a244604d45529056ade2c430fa77f07e04a05 (patch)
tree799e0fa93aed1b6f08b319d7c8aeb57fbeb80ccd
downloadaur-473a244604d45529056ade2c430fa77f07e04a05.tar.gz
initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1e1c48de47bd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = xcursor-comix-lh
+ pkgdesc = Comix X Cursor Theme for lefties
+ pkgver = 0.8.2
+ pkgrel = 1
+ url = https://gitlab.com/limitland/comixcursors
+ arch = any
+ license = GPL
+ depends = libxcursor
+ source = https://ptpb.pw/~ComixCursors-LH
+ md5sums = 1058c81b7afed502d0e67b64272b57e8
+
+pkgname = xcursor-comix-lh
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..68ed1f81c404
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Mike Nagie <echo 'cHJvbWlrZTE5ODdAZ21haWwuY29tCg==' | base64 -d>
+
+pkgname=xcursor-comix-lh
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Comix X Cursor Theme for lefties"
+depends=('libxcursor')
+arch=(any)
+url="https://gitlab.com/limitland/comixcursors"
+license=('GPL')
+source=("https://ptpb.pw/~ComixCursors-LH")
+md5sums=('1058c81b7afed502d0e67b64272b57e8')
+
+package() {
+ mkdir -p ${pkgdir}/usr/share/icons
+ cp -dr --no-preserve='ownership' ${srcdir}/ComixCursors-LH-[A-Z]* "$pkgdir"/usr/share/icons
+}
+