summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 422fd88d7fde52b1fd243c6c6a1bf7716a7052e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: halflife <pigoig_At_gmail_com>

pkgname=noto-fonts-sc
pkgver=20150617
pkgrel=1
pkgdesc="Noto CJK-SC fonts for Simplified Chinese"
arch=(any)
depends=(fontconfig xorg-font-utils)
source=("https://github.com/googlei18n/noto-cjk/raw/master/NotoSansCJKsc-Regular.otf"
        "https://github.com/googlei18n/noto-cjk/raw/master/NotoSansMonoCJKsc-Regular.otf")
url="https://github.com/googlei18n/noto-cjk/archive/v1.004.zip"
install=${pkgname}.install
license=("custom: SIL")
sha256sums=('SKIP'
            'SKIP')

package() {
	install -d "${pkgdir}/usr/share/fonts/OTF"
	install -m644 "${srcdir}/"*.otf "${pkgdir}/usr/share/fonts/OTF/"
}