mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
38 lines
1.6 KiB
Bash
38 lines
1.6 KiB
Bash
SUMMARY="A monospaced font family built with the needs of developers in mind"
|
||
DESCRIPTION="Introducing Intel One Mono, an expressive monospaced font family that’s built with \
|
||
clarity, legibility, and the needs of developers in mind.
|
||
|
||
It’s 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}/
|
||
}
|