# Maintainer: Markus Weimar pkgname=ttf-iosevka pkgver=1.7.0 pkgrel=1 pkgdesc='A slender monospace typeface inspired by Pragmata Pro, M+ and PF DIN Mono. Variant: Iosevka, sans-serif.' arch=('any') url='https://be5invis.github.io/Iosevka/' license=('custom:OFL') depends=('fontconfig' 'xorg-font-utils') conflicts=('ttf-iosevka-variant-hooky' 'ttf-iosevka-variant-zshaped' 'ttf-iosevka-withfw') install=${pkgname}.install source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/iosevka-${pkgver}.zip" 'https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE') sha256sums=('0565e1b9fb4d468c497b9fb81709e74c58d5e97805540a50cbd42b6f3311a8ac' 'f552299cd7287931e62c90eb7dd0a63c29ebd434f92925c2dd3781983aec4338') package() { cd ${srcdir} install -d ${pkgdir}/usr/share/fonts/TTF/ install -m644 iosevka/*.ttf ${pkgdir}/usr/share/fonts/TTF/ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }