19 lines
640 B
Bash
19 lines
640 B
Bash
# Template file for 'font-material-design-icons-ttf'
|
|
pkgname=font-material-design-icons-ttf
|
|
version=4.0.0
|
|
revision=1
|
|
wrksrc="material-design-icons-${version}"
|
|
depends="font-util xbps-triggers"
|
|
short_desc="Material Design icons by Google"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/google/material-design-icons"
|
|
distfiles="https://github.com/google/material-design-icons/archive/${version}.tar.gz"
|
|
checksum=b1b068d625d5e15d6ec0059209cec67bc4c46e39c4611b859d6f6680dbf23934
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vinstall font/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF
|
|
}
|