# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit font DESCRIPTION="Hacking with Style: TrueType VT220 Font" HOMEPAGE="http://sensi.org/~svo/glasstty/" SRC_URI="http://sensi.org/~svo/glasstty/Glass_TTY_VT220.ttf" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" LICENSE="freedist" SLOT="0" IUSE="" RESTRICT="strip" S="${DISTDIR}" FONT_S="${S}" FONT_SUFFIX="ttf" src_unpack() { return } pkg_postinst() { einfo "When using the GlassTTY VT220 font, you must set the font size to 15." }