summaryrefslogtreecommitdiffstats
path: root/xcursor-vide/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'xcursor-vide/PKGBUILD')
-rw-r--r--xcursor-vide/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/xcursor-vide/PKGBUILD b/xcursor-vide/PKGBUILD
new file mode 100644
index 0000000..e3a3a9e
--- /dev/null
+++ b/xcursor-vide/PKGBUILD
@@ -0,0 +1,13 @@
+# Maintainer: kj_sh604 <406hs_jk@proton.me>
+
+pkgname=xcursor-vide
+pkgver=1
+pkgrel=1
+pkgdesc="Blank cursor theme to force the usage of the fallback X11 cursors (mIniMUHliSt uhuh)."
+arch=('any')
+install=VideCursors.install
+
+package() {
+ mkdir -p "${pkgdir}/usr/share/icons/VideCursors/cursors"
+ touch "${pkgdir}/usr/share/icons/VideCursors/cursors/.empty"
+}