# Maintainer: Markus Weimar pkgname=ttf-iosevka-ss07 pkgver=29.0.5 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}/PkgTTF-IosevkaSS07-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") sha256sums=('f549c5064c57782d0502179fad76feb2476e63fb3833022755efeaee5b0a4fb2' '8c914a5c7d8d5e5be1ae07fd8591b437ece15b665f6ccc913cea050ffa8448f7') package() { install -d ${pkgdir}/usr/share/fonts/TTF/ install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/ install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md }