summaryrefslogtreecommitdiffstats
path: root/xcursor-vide/PKGBUILD
blob: 7baa6294886afa5e51c0d388688e2095bcff53a8 (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=('f0facb7caef3ecae771fbfe9c983cd6f8ca886b921db5f050ce40e6bf9470644'
            '839ec6f361b756512cdd1892ae76f32691311250b2d578d95cdf9c82db84d59b')

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"
}