# Template build file for 'fonts-croscore-ttf'. pkgname=fonts-croscore-ttf version=1.30.0 revision=1 wrksrc="croscorefonts-${version}" depends="font-util xbps-triggers" noarch="yes" font_dirs="/usr/share/fonts/TTF" short_desc="TrueType fonts Arimo, Cousine, Tinos and SymbolNeu from Google" maintainer="Juan RP " license="Apache-2.0" homepage="http://www.google.com/fonts/" distfiles="http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-${version}.tar.bz2" checksum=2100a9019099eaa13dec250dcd6628241029f43fb6977ffe8c1204dd81562a72 do_install() { vmkdir usr/share/fonts/TTF install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF }