2016-03-12 00:56:44 +01:00
|
|
|
# Template file for 'ttf-material-icons'
|
|
|
|
pkgname=ttf-material-icons
|
2016-03-29 17:32:54 +02:00
|
|
|
version=2.2.3
|
2016-03-12 00:56:44 +01:00
|
|
|
revision=1
|
|
|
|
wrksrc=material-design-icons-${version}
|
|
|
|
short_desc="Material Design icons by Google"
|
|
|
|
maintainer="Michael Carlberg <c@rlberg.se>"
|
|
|
|
license=CC
|
|
|
|
homepage=http://google.github.io/material-design-icons/
|
|
|
|
distfiles=https://github.com/google/material-design-icons/archive/${version}.tar.gz
|
2016-03-29 17:32:54 +02:00
|
|
|
checksum=769547061a51f81623bf5174767c08fc587fd6946339592fbd6cd0dd45f56b4c
|
2016-03-12 00:56:44 +01:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmkdir usr/share/fonts/TTF
|
|
|
|
vinstall iconfont/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|