# Maintainer : Aurélien DESBRIÈRES # Contributor: Michael Düll PGP-Key: C0DEA350 pkgname=ttf-roboto epoch=3 pkgver=20140702 pkgrel=1 pkgdesc="Google's Android 5 system font." arch=('any') license=('Apache') url="http://www.google.com/design/spec/style/typography.html#typography-roboto" depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') install=$pkgname.install source=( "http://material-design.storage.googleapis.com/downloads/RobotoTTF.zip" ) package() { cd $srcdir install -d $pkgdir/usr/share/fonts/TTF/ install -m644 $srcdir/*.ttf $pkgdir/usr/share/fonts/TTF/ }