Add recipe for Airbus B612 font

This commit is contained in:
PulkoMandy
2025-01-01 17:49:17 +01:00
parent 0d3948dca5
commit bc8521beb3

View File

@@ -0,0 +1,38 @@
SUMMARY="Highly legible font family to be used on aircraft cockpit screens"
DESCRIPTION="B612 is an highly legible open source font family designed and tested to be used on \
aircraft cockpit screens.
Main characteristics are:
- Maximize the distance between the forms of the characters
- Respect the primitives of the different letters
- Harmonize the forms and their spacing"
HOMEPAGE="https://b612-font.com/"
COPYRIGHT="2012, Airbus"
LICENSE="SIL Open Font License v1.1"
SOURCE_URI="https://github.com/polarsys/b612/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="bfe4827931a22ecde5576c2bd06b462d467b89fa580b6ded651346f94eba8dd6"
SOURCE_DIR="$portVersionedName"
REVISION="1"
ARCHITECTURES="any"
PROVIDES="
b612 = $portVersion
"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p $FONTDIR
cp fonts/ttf/*.ttf $FONTDIR
}