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