aboutsummaryrefslogtreecommitdiffstats
path: root/community/numix-icon-theme/APKBUILD
blob: 20724964fc95eeee3d598cb5b7d1c78ffda37a78 (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
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=numix-icon-theme
pkgver=20.06.07
pkgrel=1
pkgdesc="Official icon theme from the Numix project"
url="https://numixproject.github.io/"
arch="noarch"
license="GPL-3.0-only"
subpackages="$pkgname-light"
source="$pkgname-$pkgver.tar.gz::https://github.com/numixproject/numix-icon-theme/archive/$pkgver/numix-icon-theme-$pkgver.tar.gz"
options="!check" # No code so no tests

package() {
	mkdir -p "$pkgdir"/usr/share/icons
	mv "$builddir"/Numix "$pkgdir"/usr/share/icons/
}

light() {
	pkgdesc="$pkgdesc (Light version)"

	mkdir -p "$subpkgdir"/usr/share/icons
	mv "$builddir"/Numix-Light "$subpkgdir"/usr/share/icons/
}

sha512sums="8ab26fe047d1ab7002a9cd1b21406c5565153dfd9fea7267945f8f9eeaac299b6b7601340c22d933c9e28c522cff300596aac6d589b0080d44746441d5494f6d  numix-icon-theme-20.06.07.tar.gz"