blob: f49c39666a55875b0db76690e8372fb360f6fd39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Open licensed sans-serif font metrically compatible with Calibri"
HOMEPAGE="https://bugs.chromium.org/p/chromium/issues/detail?id=280557"
SRC_URI="https://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
IUSE=""
RESTRICT="binchecks strip test"
FONT_CONF=( "${FILESDIR}"/62-crosextra-carlito.conf )
FONT_SUFFIX="ttf"
|