21 lines
699 B
Bash
21 lines
699 B
Bash
# 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
|
|
}
|