mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
26
media-fonts/inconsolata/inconsolata-1.0.recipe
Normal file
26
media-fonts/inconsolata/inconsolata-1.0.recipe
Normal file
@@ -0,0 +1,26 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user