Caligula: a Public Domain script font (#7661)

* Caligula: a Public Domain script font
This commit is contained in:
Samuel Crow
2023-01-02 01:19:42 -06:00
committed by GitHub
parent 201ce39b80
commit 310f8b1453

View File

@@ -0,0 +1,39 @@
SUMMARY="A script font"
DESCRIPTION="Caligula is a crude representation of what was originally a \
calligraphic bitmap script font autotraced by Fontographer 3.2. There are no \
kerning pairs in this font and it should probably be used only in sizes 24pt \
or larger."
HOMEPAGE="https://github.com/FontCollection/Caligula"
COPYRIGHT="1994 or earler"
LICENSE="Public Domain"
REVISION="1"
SOURCE_URI="https://github.com/FontCollection/Caligula/releases/download/initial/Caligula.tar.xz"
CHECKSUM_SHA256="dde42b6f09b85e92c2723d695fce907f0a07a74dff35f6b6094571fa43ac125c"
SOURCE_FILENAME="Caligula.tar.xz"
SOURCE_DIR="Caligula"
ARCHITECTURES="any"
PROVIDES="
caligula = $portVersion
"
BUILD_PREREQUIRES="
cmd:md2html
"
BUILD()
{
md2html --github -f --fpermissive-autolinks --fstrikethrough --ftables --ftasklists --funderline --fwiki-links README.md --output=index.html
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp caligula.ttf ${FONTDIR}/
mkdir -p $docDir
cp index.html $docDir/
cp caligula.gif $docDir/
}