blob: 3301b3b53840af4222207c08cd6e1f811f203188 [file] [log] [blame]
# Copyright 2014 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="7"
inherit font
DESCRIPTION="Noto Pan Unicode fonts developed by Monotype"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.xz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="*"
IUSE=""
FONT_SUFFIX="ttf"
FONT_S="${S}"
FONTDIR="/usr/share/fonts/noto"
# Only installs fonts
RESTRICT="strip binchecks"
src_install() {
# call src_install() in font.eclass.
font_src_install
}