# Maintainer: A.I. _script=j _width=condensed pkgname=glow-sans-${_script}-${_width} pkgver=v0.92 pkgrel=1 pkgdesc="SHSans-derived CJK font family with a more concise & modern look." url="https://welai.github.io/glow-sans" arch=(any) license=(MIT) source=(https://github.com/welai/glow-sans/releases/download/$pkgver/GlowSans${_script^^}-${_width^}-$pkgver.zip) md5sums=('fc324dea2248464e2a18d9899d0f34dc') package() { install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 $srcdir/*.otf }