summaryrefslogtreecommitdiff
path: root/pcr/ttf-roboto/PKGBUILD
blob: d339ba9734f3963b098f5b68ebb44c206d493a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer : Aurélien DESBRIÈRES <aurelien@hackers.camp>
# Contributor: Michael Düll <mail@akurei.me> 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/ 
}