# Maintainer: Ye Jingchen # Co-Maintainer: Markus Weimar pkgname=ttf-sarasa-gothic pkgver=0.12.11 pkgrel=1 pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)" arch=('any') url="https://github.com/be5invis/Sarasa-Gothic" license=('OFL') provides=('ttf-sarasa-slab') source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z" "LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE") sha256sums=('fdafcc6629a67c60511dd2b83d56664a76b3a568a5d8f606eee1cbdea659bc07' '07e26208b78894948573d001a0133a8d071e161eba6ae65e2ab521fef311a429') package() { install -d "$pkgdir/usr/share/fonts/${pkgname:4}" install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}" install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }