24 lines
743 B
Bash
24 lines
743 B
Bash
# Template file for 'font-material-design-icons-ttf'
|
|
pkgname=font-material-design-icons-ttf
|
|
version=4.0.0
|
|
revision=2
|
|
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
|
|
}
|
|
|
|
ttf-material-icons_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
build_style=meta
|
|
}
|