# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit font DESCRIPTION="Pan-CJK OpenType/CFF mono font family" HOMEPAGE="https://github.com/adobe-fonts/source-han-mono/" SRC_URI="https://github.com/adobe-fonts/${PN}/releases/download/${PV}/SourceHanMono.ttc -> ${PN}-${PV}.ttc" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x64-macos" IUSE="" S=${WORKDIR} FONT_SUFFIX="ttc" RESTRICT="binchecks strip" src_prepare() { default cp "${DISTDIR}/${PN}-${PV}.ttc" "${S}/" || die } src_install() { FONT_S="${S}" font_src_install }