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