vp-build/srcpkgs/ttf-material-icons/template

18 lines
580 B
Bash

# Template file for 'ttf-material-icons'
pkgname=ttf-material-icons
version=3.0.1
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
checksum=ea1996f82d39f56357754b2b3d9ad8b812065dc059ad488fb086233c360676a0
do_install() {
vmkdir usr/share/fonts/TTF
vinstall iconfont/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF
vlicense LICENSE
}