# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit font DESCRIPTION="Typographically savvy casual script typeface" HOMEPAGE="http://comicneue.com" SRC_URI="http://comicneue.com/${P}.zip" LICENSE="OFL-1.1" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" SLOT="0" DEPEND="app-arch/unzip" FONT_SUFFIX="otf" FONT_S=${S}/OTF src_unpack() { mkdir "${S}" && cd "${S}" unpack ${A} }