summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4106396357e40625dbc3f3e5d5370b4e477c625f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: A.I. <merrick@luois.me>

_script=PH_SCRIPT
_width=PH_WIDTH
pkgname=glow-sans-${_script}-${_width}
pkgver=v0.9
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=('33c6941b2f82ef2b71940c0753cf8c78')

package() {
  install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 $srcdir/*.otf
}