# Maintainer: Mark Wagie pkgname=bibata-cursor-theme-bin pkgver=1.1.2 pkgrel=1 pkgdesc="Material Based Cursor Theme" arch=('any') url="https://github.com/ful1e5/Bibata_Cursor" license=('GPL3') depends=('libxcursor' 'libpng') provides=("${pkgname%-bin}") conflicts=("${pkgname%-bin}") options=('!strip') source=("${pkgname%-bin}-$pkgver.tar.gz::$url/releases/download/v$pkgver/Bibata.tar.gz") sha256sums=('6f6736a5a48198d6750cd578264d913b3f1547894bfc25dbc853e0f934b91bbc') package() { install -d "$pkgdir/usr/share/icons" cp -r Bibata* "$pkgdir/usr/share/icons" }