summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Nagie2017-05-11 14:26:04 +0200
committerMike Nagie2017-05-11 14:26:04 +0200
commita19b37dc197cd96d3c3dde5bf7c975b879a40c98 (patch)
tree46ffc35b3484b8b15ef1b27336a5cbc667dc7e4c
downloadaur-a19b37dc197cd96d3c3dde5bf7c975b879a40c98.tar.gz
initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..da52a0646607
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = breeze-cursors-lh
+ pkgdesc = Breeze cursor themes for lefties
+ pkgver = 2.0
+ pkgrel = 1
+ url = https://store.kde.org/p/999680/
+ arch = any
+ license = CCPL:by-nc
+ source = https://ptpb.pw/~breeze-cursors-lh
+ md5sums = 459b3ea099bc7099b7eb31fb3f94b044
+
+pkgname = breeze-cursors-lh
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2479b023f443
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Mike Nagie <echo 'cHJvbWlrZTE5ODdAZ21haWwuY29tCg==' | base64 -d>
+
+pkgname=breeze-cursors-lh
+pkgver=2.0
+pkgrel=1
+pkgdesc="Breeze cursor themes for lefties"
+arch=(any)
+url="https://store.kde.org/p/999680/"
+license=('CCPL:by-nc')
+source=("https://ptpb.pw/~breeze-cursors-lh")
+md5sums=('459b3ea099bc7099b7eb31fb3f94b044')
+
+package() {
+ mkdir -p ${pkgdir}/usr/share/icons
+ cp -dr --no-preserve='ownership' ${srcdir}/Breeze-[A-Z]* "$pkgdir"/usr/share/icons
+}
+