summaryrefslogtreecommitdiff
path: root/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-14 01:05:40 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-14 01:05:40 +0100
commit76cba73c47c8694e74377004634daca18f2d9c08 (patch)
tree468603ebdc189bcfae77696162761b3be936baea /media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
parent6957f5c65b02bba533954eabc0b62f5de36be206 (diff)
gentoo resync : 14.04.2018
Diffstat (limited to 'media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild')
-rw-r--r--media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
new file mode 100644
index 000000000000..687173488655
--- /dev/null
+++ b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
@@ -0,0 +1,29 @@
+# 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 -> Glass_TTY_VT220-${PV}.ttf"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="freedist"
+SLOT="0"
+
+RESTRICT="mirror"
+
+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."
+}