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

pkgname=glow-sans-sc-normal
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/GlowSansSC-Normal-$pkgver.zip)
md5sums=("638aa86bc312c8d115169031b978250b")

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