New package: noto-fonts-cjk-20150616
This commit is contained in:
parent
0ff5257d8e
commit
70ac53cb11
1 changed files with 21 additions and 0 deletions
21
srcpkgs/noto-fonts-cjk/template
Normal file
21
srcpkgs/noto-fonts-cjk/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template build file for 'noto-fonts-cjk'
|
||||
pkgname=noto-fonts-cjk
|
||||
version=20150616
|
||||
revision=1
|
||||
noarch="yes"
|
||||
_githash=f36eda03dfa5582a6d49abbfb5c83d0209584158
|
||||
wrksrc="noto-cjk-${_githash}"
|
||||
depends="font-util"
|
||||
font_dirs="/usr/share/fonts/noto"
|
||||
short_desc="Google Noto CJK Fonts"
|
||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||
license="OFL-1.1"
|
||||
homepage="https://www.google.com/get/noto/"
|
||||
distfiles="https://github.com/googlei18n/noto-cjk/archive/${_githash}.tar.gz"
|
||||
checksum=f55d7dfeb6e5f01d3414fa0827c4864fb7628d088c99e30cba7757c502549550
|
||||
conflicts="google-fonts-ttf>=0"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/noto
|
||||
install -m644 Noto*.ttc ${DESTDIR}/usr/share/fonts/noto
|
||||
}
|
Loading…
Reference in a new issue