blob: 6c0b22980b7b3756699767fe74978782e6ecd475 (
plain) (
tree)
|
|
# 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}
|