summaryrefslogtreecommitdiffstats
path: root/xcursor-vide/PKGBUILD
blob: 84c085ab2ea524823437f56a5860ae4663b7e91c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"
}