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

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


    Date: Sunday, January 1, 2017 @ 14:58:32
  Author: demize
Revision: 203479

archrelease: copy trunk to community-any

Added:
  ttf-roboto/repos/community-any/
  ttf-roboto/repos/community-any/PKGBUILD
    (from rev 203478, ttf-roboto/trunk/PKGBUILD)

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

Copied: ttf-roboto/repos/community-any/PKGBUILD (from rev 203478, ttf-roboto/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-01-01 14:58:32 UTC (rev 203479)
@@ -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
+}



More information about the arch-commits mailing list