[arch-commits] Commit in ttf-roboto (repos trunk trunk/PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sun Jan 1 14:56:22 UTC 2017


    Date: Sunday, January 1, 2017 @ 14:56:21
  Author: demize
Revision: 203478

Import ttf-roboto

Added:
  ttf-roboto/repos/
  ttf-roboto/trunk/
  ttf-roboto/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2017-01-01 14:56:21 UTC (rev 203478)
@@ -0,0 +1,21 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Greve <greve.daniel.l at gmail.com>
+
+pkgname=ttf-roboto
+pkgver=2.136
+pkgrel=1
+
+pkgdesc="Google's signature family of fonts"
+url='https://material.google.com/style/typography.html'
+arch=('any')
+license=('Apache')
+
+depends=('fontconfig')
+
+source=("https://github.com/google/roboto/releases/download/v${pkgver}/roboto-hinted.zip")
+md5sums=('b796348e23f38be21c84b9bc64c04046')
+
+package() {
+  cd roboto-hinted
+  install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/TTF
+}


Property changes on: ttf-roboto/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list