# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks>
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
pkgname=font-material-icons
pkgver=4.0.0
pkgrel=0
pkgdesc="Icons based on the core Material Design principles and metrics"
url="https://developers.google.com/fonts/docs/material_icons"
arch="noarch"
license="Apache-2.0"
options="!check"	# static files
source="https://github.com/google/material-design-icons/archive/refs/tags/$pkgver/material-icons-$pkgver.tar.gz"
builddir="$srcdir/material-design-icons-$pkgver"

package() {
	install -Dm644 font/*.otf font/*.ttf \
		-t "$pkgdir"/usr/share/fonts/material-icons
}

sha512sums="
b55dfa39d050346d080ab6213836955d6e1799b8acd2cad96d9d04fa0ffab2477f9ea6b47b44af1542c99c5e69498196c81510b5dc632a6c9582487d3a79d85e  material-icons-4.0.0.tar.gz
"
