mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
33 lines
813 B
Bash
33 lines
813 B
Bash
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
|
|
}
|