Files
haikuports/media-fonts/inconsolata/inconsolata-1.0.recipe
Timothy Gu 21676bb201 Fix directory of installation of fonts
Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
2014-12-24 04:51:20 +00:00

27 lines
658 B
Plaintext

DESCRIPTION="Inconsolata Programmer's font"
HOMEPAGE="http://www.levien.com/type/myfonts/inconsolata.html"
SRC_URI="http://media.nodnod.net/Inconsolata-dz.otf.zip"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="8510443343f43382566511e73abc06f8"
BUILD()
{
echo "No building required."
}
INSTALL()
{
FONTDIR=${fontsDir}/otfonts
mkdir -p ${FONTDIR}
wget http://levien.com/type/myfonts/Inconsolata.otf
wget http://www.cosmix.org/software/files/InconsolataHellenic.zip
unzip -o InconsolataHellenic.zip
cp -r *.otf ${FONTDIR}/
}
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2006 Raph Levien
2009 David Zhou
2010-2012 Dimosthenis Kaponis"