summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5963bb00811b277ed81502b49eb6a65fbc360d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Aleksandar Trifunović <akstrfn at gmail dot com>
# Contributor: Matt Spaulding <matt at mattops dot io>

pkgname=ibm-plex-fonts
pkgver=1.2.1
pkgrel=1
pkgdesc="The package of IBM’s typeface, IBM Plex."
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')

package() {
    cd TrueType
    install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
    install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
}