# Maintainer: Lara Maia # co-Maintainer: Acidhub # co-Maintainer: bobi # Contributer: Jean-Alexandre Anglès d'Auriac pkgname=buuf-icon-theme pkgdesc="An icon theme for Gnome based on the Buuf iconset by Mattahan" pkgver=3.34 pkgrel=2 arch=('any') url="http://buuficontheme.free.fr" license=('cc-by-nc-sa') depends=('hicolor-icon-theme') plingurl="https://www.pling.com/dl?file_id=1572174181&file_type=application/x-xz&file_name=buuf$pkgver.tar.xz&file_size=21660564&project_id=1012512&link_type=download&is_external=false&external_link=null" source=($(curl -sX POST "$plingurl" | sed -n -e '/class="empty"/,/\/section/p' | awk '/script/,/\/script/' | sed 's/^[^"]*"//' | sed 's/"[^"]*$//')) package() { mkdir -p "$pkgdir"/usr/share/icons/$pkgname/ cp -rf "$srcdir"/buuf$pkgver/* "$pkgdir"/usr/share/icons/$pkgname/ } md5sums=('0edbcd3d019d4a9b5fc0478168aac263')