# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit font

DESCRIPTION="The Street 2 Art font"
HOMEPAGE="http://www.dafont.com/street-2-art.font"

SRC_URI="http://dl.dafont.com/dl/?f=street_2_art -> street_2_art-${PV}.zip"
LICENSE="street_2_art"

SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE=""

BDEPEND="app-arch/unzip"
DEPEND=""
RDEPEND=""

S="${WORKDIR}"
FONT_S="${S}"
FONT_SUFFIX="ttf"

src_install() {
	font_src_install
	dodoc "Street 2 Art.pdf"
}