# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Pan-CJK OpenType/CFF monospace font family"
HOMEPAGE="https://github.com/adobe-fonts/source-han-mono/"
SRC_URI="https://github.com/adobe-fonts/${PN}/releases/download/${PV}/SourceHanMono.ttc"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
S=${WORKDIR}
FONT_SUFFIX="ttc"
RESTRICT="binchecks strip"
src_install() {
insinto "${FONTDIR}"
doins "$DISTDIR/$A"
font_xfont_config
font_fontconfig
einstalldocs
}