mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
27 lines
696 B
Plaintext
27 lines
696 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="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="8510443343f43382566511e73abc06f8"
|
|
BUILD()
|
|
{
|
|
echo "No building required."
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/inconsolata
|
|
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"
|