diff --git a/srcpkgs/ttf-material-icons/template b/srcpkgs/ttf-material-icons/template new file mode 100644 index 00000000000..c4c513afdb6 --- /dev/null +++ b/srcpkgs/ttf-material-icons/template @@ -0,0 +1,17 @@ +# Template file for 'ttf-material-icons' +pkgname=ttf-material-icons +version=2.2.0 +revision=1 +wrksrc=material-design-icons-${version} +short_desc="Material Design icons by Google" +maintainer="Michael Carlberg " +license=CC +homepage=http://google.github.io/material-design-icons/ +distfiles=https://github.com/google/material-design-icons/archive/${version}.tar.gz +checksum=4e672fc7b0258f12030b1a948cb571c370defe950c2a7c16a16b21e96659d2e1 + +do_install() { + vmkdir usr/share/fonts/TTF + vinstall iconfont/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF + vlicense LICENSE +}