mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Caligula: a Public Domain script font (#7661)
* Caligula: a Public Domain script font
This commit is contained in:
39
media-fonts/caligula/caligula-1.0.recipe
Normal file
39
media-fonts/caligula/caligula-1.0.recipe
Normal 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/
|
||||
}
|
||||
Reference in New Issue
Block a user