# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit font DESCRIPTION="Truetype (TTF) handwriting font based on Ruji Chapnik's handwriting and used in the Don Depresso webcomic." HOMEPAGE="http://rujic.net" SRC_URI="http://rujic.net/fonts/RujisHandwritingFontv.2.0.ttf" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64" S="${WORKDIR}" FONT_S="${S}" FONT_SUFFIX="ttf" src_unpack() { cp "${DISTDIR}/$A" "${S}/${A//-${PV}}" }