[arch-commits] Commit in (5 files)

Santiago Torres-Arias sangy at archlinux.org
Thu Mar 28 23:36:47 UTC 2019


    Date: Thursday, March 28, 2019 @ 23:36:46
  Author: sangy
Revision: 445654

upgpkg: 1.3.1

Added:
  ttf-ibm-plex/
  ttf-ibm-plex/repos/
  ttf-ibm-plex/repos/community-any/
  ttf-ibm-plex/trunk/
  ttf-ibm-plex/trunk/PKGBUILD

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

Added: ttf-ibm-plex/trunk/PKGBUILD
===================================================================
--- ttf-ibm-plex/trunk/PKGBUILD	                        (rev 0)
+++ ttf-ibm-plex/trunk/PKGBUILD	2019-03-28 23:36:46 UTC (rev 445654)
@@ -0,0 +1,28 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
+# Contributor: Matt Spaulding <matt at mattops dot io>
+# Contributor: pyjano <pyjano at protonmail dot com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=ttf-ibm-plex
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=(custom:OFL)
+depends=(fontconfig xorg-font-utils)
+source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip")
+sha256sums=('428d64e8e03fa8326ed79d6ea72e7b1c9e816181c846c7d07fd21ee55aec4011')
+
+
+package() {
+    cd TrueType
+    install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+    # All the other licenses are the same as the one here...
+    install -Dm644 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list