# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=numix-icon-theme-circle pkgver=19.09.20 pkgrel=0 pkgdesc="Official icon theme from the Numix project" url="https://github.com/numixproject/numix-icon-theme-circle" arch="noarch" license="GPL-3.0-only" depends="numix-icon-theme" subpackages="$pkgname-light" source="$pkgname-$pkgver.tar.gz::https://github.com/numixproject/numix-icon-theme-circle/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="bc0e80953e646c305d8af9f2360389850f7f67b5bfc35501c137f07dbb99db146e4de6e2afaa711b8eafe83315ab5f392ce1276bd54a431516c21171da20a9ff numix-icon-theme-circle-19.09.20.tar.gz"