intel_one_mono: new font recipe. (#12230)

This commit is contained in:
OscarL
2025-04-25 04:39:32 +00:00
committed by GitHub
parent 18a06a420c
commit 1a3caf3747

View File

@@ -0,0 +1,37 @@
SUMMARY="A monospaced font family built with the needs of developers in mind"
DESCRIPTION="Introducing Intel One Mono, an expressive monospaced font family thats built with \
clarity, legibility, and the needs of developers in mind.
Its easier to read, and available for free, with an open-source font license.
Identifying the typographically underserved low-vision developer audience, Frere-Jones Type \
designed the Intel One Mono typeface in partnership with the Intel Brand Team and VMLY&R, for \
maximum legibility to address developers' fatigue and eyestrain and reduce coding errors. A \
panel of low-vision and legally blind developers provided feedback at each stage of design.
Intel One Mono also covers a wide range of over 200 languages using the Latin script. The Intel \
One Mono fonts are provided in four weights — Light, Regular, Medium, and Bold — with matching \
italics, and we are happy to share both an official release of fonts ready to use as well as \
editable sources."
HOMEPAGE="https://github.com/intel/intel-one-mono"
COPYRIGHT="2023-2024 The Intel One Mono Project Authors"
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="https://github.com/intel/intel-one-mono/releases/download/V$portVersion/otf.zip"
CHECKSUM_SHA256="74ef8ee667403c760745bc12fc5e2cb1684544194fad3d5340919c173a8227fc"
SOURCE_FILENAME="intel-one-mono-$portVersion.zip"
SOURCE_DIR=""
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
intel_one_mono = $portVersion
"
INSTALL()
{
FONTDIR=${fontsDir}/otfonts
mkdir -p ${FONTDIR}
cp -r otf/*.otf ${FONTDIR}/
}