aboutsummaryrefslogtreecommitdiffstats
path: root/testing/numix-icon-theme-circle/APKBUILD
blob: 6c83bdb21baefcaeddf8305618c41eb709b72d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
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"