# Maintainer: Markus Weimar pkgname=ttc-iosevka-ss13-super pkgver=10.3.2 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}/super-ttc-iosevka-ss13-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") sha256sums=('67d47105826769ab795de9ad8883f101cc09e0397d86f076e200caabb1941b94' '72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80') package() { install -d ${pkgdir}/usr/share/fonts/TTF/ install -m644 *.ttc ${pkgdir}/usr/share/fonts/TTF/ install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md }