summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..768ea18a7154
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = xcursor-hacked-white
+ pkgdesc = Hacked White cursor theme.
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://www.gnome-look.org/p/1102526/
+ arch = any
+ license = GPL
+ makedepends = gzip
+ source = https://www.dropbox.com/s/d3a4ne5fcrdjkva/Hacked-White.tgz
+ sha256sums = 5e96ca316b389bba924d74cbfe64e5400ba19cd9ee75ce65f4b98acdf588a06a
+
+pkgname = xcursor-hacked-white
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cd0a9f1fef6a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Ada Joule <ada dot fulmina at gmail dot com>
+pkgname=xcursor-hacked-white
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Hacked White cursor theme."
+arch=('any')
+url="https://www.gnome-look.org/p/1102526/"
+license=('GPL')
+source=("https://www.dropbox.com/s/d3a4ne5fcrdjkva/Hacked-White.tgz")
+makedepends=('gzip')
+
+sha256sums=('5e96ca316b389bba924d74cbfe64e5400ba19cd9ee75ce65f4b98acdf588a06a')
+
+package() {
+ cd $srcdir/Hacked-White
+ install -d $pkgdir/usr/share/icons/Hacked-White
+ cp -rf * $pkgdir/usr/share/icons/Hacked-White
+ chmod -R 644 $pkgdir/usr/share/icons/Hacked-White/*
+ chmod 755 $pkgdir/usr/share/icons/Hacked-White
+ chmod 755 $pkgdir/usr/share/icons/Hacked-White/cursors
+}