summaryrefslogtreecommitdiff
path: root/pcr/ttf-roboto/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/ttf-roboto/PKGBUILD')
-rw-r--r--pcr/ttf-roboto/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/ttf-roboto/PKGBUILD b/pcr/ttf-roboto/PKGBUILD
deleted file mode 100644
index d339ba973..000000000
--- a/pcr/ttf-roboto/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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/
-}
-