# Template build file for 'fonts-croscore-ttf'. pkgname=fonts-croscore-ttf version=1.23.0 revision=1 wrksrc="croscorefonts-${version}" makedepends="font-util xbps-triggers>=0.58" depends="${makedepends}" noarch="yes" font_dirs="/usr/share/fonts/TTF" short_desc="TrueType fonts from Google" maintainer="Carlo Dormeletti " license="Apache-2.0" homepage="http://www.google.com/fonts/" distfiles="http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-${version}.tar.gz" checksum=b469b5457b093a9d8878ef6ff6868f54e258441b88983b1866f64c8995584b4c do_install() { vmkdir usr/share/fonts/TTF install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF }