20 lines
652 B
Bash
20 lines
652 B
Bash
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
|
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
|
|
|
pkgname=noto-fonts-cjk
|
|
pkgver=20230817
|
|
_commit=4efc595762d1f4b4fa504bccfe8e59de91fda063
|
|
pkgrel=2
|
|
pkgdesc='Google Noto CJK fonts'
|
|
arch=(any)
|
|
url='https://www.google.com/get/noto/'
|
|
license=(OFL-1.1)
|
|
makedepends=(git)
|
|
source=(git+https://github.com/googlefonts/noto-cjk.git#commit=$_commit)
|
|
sha256sums=('7a0315ee67629135106e05daca96aab99dfa1ecd190c88adca1bee7883c2ad34')
|
|
|
|
package() {
|
|
install -Dm644 noto-cjk/*/OTC/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
|
|
install -Dm644 noto-cjk/Sans/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
|
|
}
|