# Maintainer: Markus Weimar pkgname=ttf-iosevka-ss08 pkgver=1.13.0 pkgrel=1 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') source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/iosevka-ss08-${pkgver}.zip" "https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md") sha256sums=('8846453b8ee24724a04f1885cb5a8efc05892bb4be10dd84044172d8a4b2b23a' '6def40494d348d87c383513bab0979ba4ce26ad96249d58df04cf811f866c63f') package() { cd ${srcdir} install -d ${pkgdir}/usr/share/fonts/TTF/ install -m644 ttf/*.ttf ${pkgdir}/usr/share/fonts/TTF/ install -D -m644 LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md }