# Maintainer: Auteiy pkgname=posy-cursors pkgver=3.2.1 pkgrel=1 pkgdesc="Port of Posy's improved cursors" arch=(any) url="https://git.auteiy.me/dmitry/cursorsPosy" license=(unknown) source=("$pkgname-$pkgver.tar.gz::https://git.auteiy.me/dmitry/cursorsPosy/-/archive/v$pkgver/cursorsPosy-v$pkgver.tar.gz") sha256sums=('399da976d9586eac778d646d9afb9dc4aa06d8d5784c82e356e1147a5eb16e03') package() { cd cursorsPosy-v$pkgver install -Ddm755 "$pkgdir/usr/share/icons" cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white" cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black" cp -dr --no-preserve=ownership posy-white-tiny/ "$pkgdir/usr/share/icons/posy-white-tiny" cp -dr --no-preserve=ownership posy-black-tiny/ "$pkgdir/usr/share/icons/posy-black-tiny" }