| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.0 | 8 | ~amd64 ~arm64 | 0 |
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
FONT_SUFFIX="otf"
inherit font
DESCRIPTION="Intel One Mono font family"
HOMEPAGE="https://github.com/intel/intel-one-mono"
SRC_URI="https://github.com/intel/intel-one-mono/releases/download/V${PV}/otf.zip -> ${P}.zip"
S="${WORKDIR}/otf"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RESTRICT="binchecks strip"
BDEPEND="
app-arch/unzip
"
src_compile() { :; }
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | intel-one-mono-1.4.0.zip | 563509 bytes | https://github.com/intel/intel-one-mono/releases/download/V1.4.0/otf.zip |