aboutsummaryrefslogtreecommitdiffstats
path: root/testing/font-material-design-icons/APKBUILD
blob: c2bf4b0859af843d2c3bb28b800a775f5fbd5f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=font-material-design-icons
pkgver=3.0.1
pkgrel=0
pkgdesc="Material Design icons by Google"
url="https://github.com/google/material-design-icons"
arch="noarch"
license="Apache-2.0"
depends="fontconfig"
makedepends="unzip"
options="!check" # Doesn't provide a testsuite
source="https://github.com/google/material-design-icons/releases/download/${pkgver}/material-design-icons-${pkgver}.zip"
builddir="$srcdir/material-design-icons-${pkgver}"

package() {
	install -Dm644 iconfont/MaterialIcons-Regular.ttf "$pkgdir"/usr/share/fonts/TTF/MaterialIcons-Regular.ttf
}

sha512sums="9e9b607538b9ab85f9fdfc3fd034754d9fc437f5ef533227a662f4972743d5e7d6d8c662e377784d29e4e84f3732f450e99945e6b99f02f4b0515afe91bc2cb9  material-design-icons-3.0.1.zip"