# Maintainer: kj_sh604 <406hs_jk@proton.me> pkgname=xcursor-vide pkgver=1 pkgrel=10 pkgdesc="Blank cursor theme to force the usage of the fallback X11 cursors (mIniMUHliSt uhuh)." arch=('any') install=VideCursors.install license=('0BSD') source=("zoom-in" "zoom-out") sha256sums=('efe27aed523ec4a03972802469015a19866641218d65653c93b6bc5afa26bd9a' 'dc1f398a2406a6cab09e83b6711581ea52410ac837b2880427c489e1cd57dbd4') package() { mkdir -p "${pkgdir}/usr/share/icons/VideCursors/cursors" touch "${pkgdir}/usr/share/icons/VideCursors/cursors/.empty" # install provided zoom-in and zoom-out cursors (for web browsers, mostly) install -Dm644 "${srcdir}/zoom-in" "${pkgdir}/usr/share/icons/VideCursors/cursors/zoom-in" install -Dm644 "${srcdir}/zoom-out" "${pkgdir}/usr/share/icons/VideCursors/cursors/zoom-out" }