# Maintainer: Markus Weimar pkgname=ttf-iosevka-ss09 pkgver=3.0.1 pkgrel=1 pkgdesc='Typeface family designed for coding, terminal use and technical documents.' arch=('any') url='https://typeof.net/Iosevka/' license=('OFL') source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/ttf-iosevka-ss09-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") sha256sums=('e55fd7382c97e8d2d80470214cb2754028db6748081cf2926b2e4899be183380' 'e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9') package() { install -d ${pkgdir}/usr/share/fonts/${pkgname} install -m644 ${srcdir}/ttf/*.ttf ${pkgdir}/usr/share/fonts/${pkgname} install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md }