mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Add recipe for Airbus B612 font
This commit is contained in:
38
media-fonts/b612/b612-1.008.recipe
Normal file
38
media-fonts/b612/b612-1.008.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user