summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-03-26 15:31:52 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-04-12 01:07:46 +0200
commit0bd820db8d562ce297e0779bb9132794b8619a6e (patch)
tree768159ee76c0a1cc407d41eec771750151a3c378 /media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
parentmedia-fonts/inconsolata-lgc: new package. (diff)
downloadgentoo-0bd820db8d562ce297e0779bb9132794b8619a6e.tar.gz
gentoo-0bd820db8d562ce297e0779bb9132794b8619a6e.tar.bz2
gentoo-0bd820db8d562ce297e0779bb9132794b8619a6e.zip
media-fonts/glass-tty-vt220: new package.
Closes: https://bugs.gentoo.org/649510 Closes: https://github.com/gentoo/gentoo/pull/7347
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."
+}