void-packages/srcpkgs/ttf-material-icons/template

18 lines
580 B
Bash
Raw Normal View History

2016-03-11 23:56:44 +00:00
# Template file for 'ttf-material-icons'
pkgname=ttf-material-icons
2016-03-29 15:32:54 +00:00
version=2.2.3
2016-03-11 23:56:44 +00: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 15:32:54 +00:00
checksum=769547061a51f81623bf5174767c08fc587fd6946339592fbd6cd0dd45f56b4c
2016-03-11 23:56:44 +00:00
do_install() {
vmkdir usr/share/fonts/TTF
vinstall iconfont/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF
vlicense LICENSE
}