blob: 6c0b22980b7b3756699767fe74978782e6ecd475 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 2016 Adelie Linux Team
# Distributed under the terms of the NCSA license
EAPI=6
MY_PN=${PN/c/C}
inherit font
DESCRIPTION="Comfortaa is a simple, good looking, true type font with nearly 600 symbols"
HOMEPAGE="http://aajohan.deviantart.com/art/Comfortaa-font-105395949"
SRC_URI="mirror://foxkit/${P}.zip"
LICENSE="OFL"
SLOT="0"
KEYWORDS="amd64 arm mips ppc ppc64 x86 x86_64"
IUSE=""
FONT_SUFFIX="ttf"
S="${WORKDIR}/${MY_PN}"
FONT_PN=${MY_PN}
|