Date: Thursday, March 28, 2019 @ 23:37:24
  Author: sangy
Revision: 445655

archrelease: copy trunk to community-any

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

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

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 445654, 
ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-28 23:37:24 UTC (rev 445655)
@@ -0,0 +1,28 @@
+# Maintainer: Santiago Torres-Arias <[email protected]>
+# Contributor: Alexander F. Rødseth <[email protected]>
+# 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 <[email protected]>
+
+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:

Reply via email to