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

Santiago Torres-Arias sangy at archlinux.org
Sun Apr 7 20:17:55 UTC 2019


    Date: Sunday, April 7, 2019 @ 20:17:55
  Author: sangy
Revision: 450332

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
    (from rev 450331, ttf-ibm-plex/trunk/PKGBUILD)

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

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 450331, ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-07 20:17:55 UTC (rev 450332)
@@ -0,0 +1,26 @@
+# Maintainer: Santiago Torres-Arias <santiago 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.4.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=("${url}/releases/download/v${pkgver}/TrueType.zip")
+sha256sums=('71eb5049da9079bf6ea924ad877f4d08b3d6e0774dc9e035b857fbb3459da0bc')
+
+conflicts=('ibm-plex-fonts')
+
+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}"
+}



More information about the arch-commits mailing list