1SUMMARY="Short description of FontX"
2DESCRIPTION="Long FontX description.
3Spanning several paragraphs, maybe
4 - containing
5 - bullet points etc.
6You can also have really long lines that do not fit in 80 characters and use \
7a backslash to wrap the line."
8HOMEPAGE="https://homepage/of/fontx.org"
9COPYRIGHT="2015 Haikutype"
10LICENSE="SIL Open Font License v1.1"
11REVISION="1"
12SOURCE_URI="https://github.com/HaikuArchives/FontX/archive/000000000000000000000000000000000.tar.gz"
13CHECKSUM_SHA256="000000000000000000000000000000000"
14SOURCE_DIR="$portVersionedName"
15
16ARCHITECTURES="any"
17DISABLE_SOURCE_PACKAGE=yes
18
19PROVIDES="
20	generic_font = $portVersion
21	"
22REQUIRES=""
23
24BUILD_REQUIRES=""
25BUILD_PREREQUIRES=""
26
27BUILD()
28{
29	true
30}
31
32INSTALL()
33{
34	FONTDIR=$fontsDir/ttfonts
35	mkdir -p ${FONTDIR}
36	cp generic-font1.ttf ${FONTDIR}
37	cp generic-font2.ttf ${FONTDIR}
38	cp generic-font-bold.ttf ${FONTDIR}
39}
40