# Maintainer: Markus Weimar pkgname=ttf-iosevka pkgver=1.0beta3 pkgrel=1 depends=('fontconfig' 'xorg-font-utils') pkgdesc='Iosevka is a monospace coding typeface inspired by Pragmata Pro, M+ and PF DIN Mono. It is designed to have a narrow shape to be space efficient and compatible to CJK characters.' arch=('any') url='https://be5invis.github.io/Iosevka/' license=('custom:OFL') source=("https://github.com/be5invis/Iosevka/archive/v1.0-beta3.zip" 'https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE') install=${pkgname}.install sha256sums=('1bfba51a7d67329ddceb17989ca7b8063fad3aed91a1cc8b82d1da2ac85e760e' '79e60eb609efc006ca2a552d998efb1675262d4cae848244a3e2e61df0894b0c') package() { cd ${srcdir} install -d ${pkgdir}/usr/share/fonts/TTF/ install -m644 Iosevka-1.0-beta3/*.ttf ${pkgdir}/usr/share/fonts/TTF/ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }