# Maintainer: Markus Weimar pkgname=ttc-iosevka-aile-super pkgver=16.3.0 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-aile-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") sha256sums=('0a35d96c1df10954e94fb2032b73c3c9dfd729f3fe96a3f5ef29416273eea76f' '46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1') 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 }