blob: e397c9d1a018f89144e4b981e50f8190a1ee8e63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgname=otf-noto-sans-cjk
pkgver=2.004
pkgrel=3
pkgdesc='Noto CJK fonts (Sans, Static OTC)'
provides=(noto-fonts-cjk)
arch=(any)
url='https://www.google.com/get/noto/help/cjk'
license=(custom:SIL)
source=(https://github.com/notofonts/noto-cjk/releases/download/Sans${pkgver}/03_NotoSansCJK-OTC.zip)
sha256sums=('528f4e1b25ff3badb0321b38d015d954c4c0de926c7830ef50e4a1948f6a3eed')
package_otf-noto-sans-cjk() {
install -Dm644 NotoSansCJK-*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
}
|