opendyslexic: new recipe (#9279)

This commit is contained in:
TheZeldakatze
2023-08-25 13:51:34 +02:00
committed by GitHub
parent f4b4d56bca
commit 69cf80a418

View File

@@ -0,0 +1,32 @@
SUMMARY="Font for dyslexics that improves readability"
DESCRIPTION="This is OpenDyslexic, recreated in SIL-OFL. \
It is an opensource typeface that aims to help with \
some of the symptoms of dyslexia, as defined by the DSM-V"
HOMEPAGE="https://github.com/antijingoist/opendyslexic"
COPYRIGHT="2019 Abbie Gonzalez"
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="https://github.com/antijingoist/opendyslexic/archive/refs/tags/v0.91.12.tar.gz"
CHECKSUM_SHA256="d20d182fb7069023b8dbdf131bbe232093b4147dd4900e27c95b86d3ddfca34b"
SOURCE_DIR="opendyslexic-0.91.12"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
opendyslexic=$portVersion
"
REQUIRES=" "
BUILD_PREREQUIRES="
coreutils
"
BUILD() {
true
}
INSTALL() {
mkdir -p $fontsDir/otfonts
cp compiled/*.otf $fontsDir/otfonts
}