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

Santiago Torres-Arias sangy at archlinux.org
Wed Oct 24 23:47:47 UTC 2018


    Date: Wednesday, October 24, 2018 @ 23:47:47
  Author: sangy
Revision: 398910

archrelease: copy trunk to community-any

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

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

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 398909, ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-10-24 23:47:47 UTC (rev 398910)
@@ -0,0 +1,23 @@
+# 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.2.1
+pkgrel=2
+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=('73f6afefcf3d56d5c7f45d788b7c65c6986183e2efff1576f731b2a5e99df6de')
+conflicts=('ibm-plex-fonts')
+
+package() {
+    cd TrueType
+    install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+    install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list