portage/media-fonts/croscorefonts/croscorefonts-20220315.ebuild

29 lines
635 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Open licensed fonts metrically compatible with MS corefonts"
HOMEPAGE="https://github.com/googlefonts/noto-fonts"
SRC_URI="https://gentoo.xwing.info/distfiles/${P}.tar.xz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=""
DEPEND=""
RESTRICT="binchecks strip"
S="${WORKDIR}/${PN}"
FONT_SUFFIX="ttf"
FONT_CONF=(
"${FILESDIR}/62-croscore-arimo.conf"
"${FILESDIR}/62-croscore-cousine.conf"
"${FILESDIR}/62-croscore-tinos.conf"
)