# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=numix-icon-theme-circle pkgver=19.05.07 pkgrel=0 pkgdesc="Official icon theme from the Numix project" url="http://numixproject.org/" arch="noarch" license="GPL-3.0-only" depends="numix-icon-theme" subpackages="$pkgname-light" source="$pkgname-$pkgver.tar.gz::https://github.com/numixproject/$pkgname/archive/$pkgver.tar.gz" options="!check" # No code so no tests package() { mkdir -p "$pkgdir"/usr/share/icons mv "$builddir"/Numix-Circle "$pkgdir"/usr/share/icons/ } light() { pkgdesc="$pkgdesc (Light version)" mkdir -p "$subpkgdir"/usr/share/icons mv "$builddir"/Numix-Circle-Light "$subpkgdir"/usr/share/icons/ } sha512sums="9e15ffe7412d54b710fdd640fd1965fd7844f995d8b85eba8072d9bd7c07576ced5ab9cf2cffe58afff777b01174bec485aa7e41d3964cdff177524f78457074 numix-icon-theme-circle-19.05.07.tar.gz"