Files
haikuports/media-fonts/intel_one_mono/intel_one_mono-1.4.0.recipe
2025-04-25 04:39:32 +00:00

38 lines
1.6 KiB
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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}/
}