# 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="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" S="${WORKDIR}" FONT_S="${S}" FONT_SUFFIX="ttf" src_unpack() { cp "${DISTDIR}/$A" "${S}/${A//-${PV}}" }