Date: Sunday, April 7, 2019 @ 19:10:04 Author: sangy Revision: 450323
archrelease: copy trunk to community-any Deleted: ttf-ibm-plex/repos/community-any/PKGBUILD ----------+ PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-04-07 19:09:45 UTC (rev 450322) +++ PKGBUILD 2019-04-07 19:10:04 UTC (rev 450323) @@ -1,28 +0,0 @@ -# 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:
