# Maintainer: Daniel Lima pkgname=xcursor-capitaine pkgver=r2.14.gfbb3887 pkgrel=1 pkgdesc='Capitaine Cursors - an x-cursor theme inspired by macOS and based on KDE Breeze' arch=('any') url='https://krourke.org/projects/art/capitaine-cursors' license=('LGPLv3') source=(git+https://github.com/keeferrourke/capitaine-cursors) md5sums=('SKIP') pkgver() { cd $srcdir/capitaine-cursors git describe --tags | sed 's/-/./g' } package() { cd $srcdir/capitaine-cursors install -d $pkgdir/usr/share/icons/ cp -pr $srcdir/capitaine-cursors/dist/ $pkgdir/usr/share/icons/capitaine-cursors }