# Maintainer: Andrés Cordero # Former Maintainer: halflife pkgname=noto-fonts-sc pkgver=2.001 pkgrel=2 epoch=1 pkgdesc="Noto CJK-SC fonts for Simplified Chinese" arch=(any) depends=(fontconfig xorg-font-utils) source=("https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansCJKsc-Regular.otf" "https://github.com/googlefonts/noto-cjk/raw/NotoSansV2.001/NotoSansMonoCJKsc-Regular.otf") sha256sums=('ee85a1e4126e287a373625cce025b3235cdebf96f71b78f5ef165893c6f8c99f' '1be3c018da41e6545090882625457c9a5d01a03a9115a6be49820d154585989a') url="https://www.google.com/get/noto/help/cjk/" install=${pkgname}.install license=("custom: SIL") package() { install -d "${pkgdir}/usr/share/fonts/OTF" install -m644 "${srcdir}/"*.otf "${pkgdir}/usr/share/fonts/OTF/" }