summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lima2017-07-07 18:51:04 -0300
committerDaniel Lima2017-07-07 18:51:04 -0300
commit2cf5e5df1e6b3496f128ceafc48ae5ed4685b48f (patch)
tree615c8ce42da5c206df44ec1fa885593781507a50
downloadaur-2cf5e5df1e6b3496f128ceafc48ae5ed4685b48f.tar.gz
initial commit, r2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD23
2 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..11df8a9a5b26
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Fri Jul 7 21:46:48 UTC 2017
+pkgbase = xcursor-capitaine
+ pkgdesc = Capitaine Cursors - an x-cursor theme inspired by macOS and based on KDE Breeze
+ pkgver = r2.12.gef0b8e0
+ pkgrel = 1
+ url = https://krourke.org/projects/art/capitaine-cursors
+ arch = any
+ license = LGPLv3
+ source = git+https://github.com/keeferrourke/capitaine-cursors
+ md5sums = SKIP
+
+pkgname = xcursor-capitaine
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0383fd8df35e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Daniel Lima <danielm@nanohub.tk>
+
+pkgname=xcursor-capitaine
+pkgver=r2.12.gef0b8e0
+pkgrel=1
+pkgdesc='Capitaine Cursors - an x-cursor theme inspired by macOS and based on KDE Breeze'
+arch=('any')
+url='https://krourke.org/projects/art/capitaine-cursors'
+license=('LGPLv3')
+source=(git+https://github.com/keeferrourke/capitaine-cursors)
+md5sums=('SKIP')
+
+pkgver() {
+ cd $srcdir/capitaine-cursors
+ git describe --tags | sed 's/-/./g'
+}
+
+package() {
+ cd $srcdir/capitaine-cursors
+ install -d $pkgdir/usr/share/icons/
+ cp -pr $srcdir/capitaine-cursors/bin/xcursor $pkgdir/usr/share/icons/xcursor-capitaine
+}
+