diff --git a/media-fonts/b612/b612-1.008.recipe b/media-fonts/b612/b612-1.008.recipe new file mode 100644 index 000000000..2f082d2ac --- /dev/null +++ b/media-fonts/b612/b612-1.008.recipe @@ -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 +}