media-fonts/3270font - 2.0.0 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =media-fonts/3270font-2.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/3270font-2.0.0

Or alternatively:

emerge --autounmask-write -a =media-fonts/3270font-2.0.0

Package Information

Description:
A IBM 3270 Terminal font in a modern format
Homepage:
https://github.com/rbanffy/3270font/
License:
BSD CC-BY-SA-3.0 GPL-3 OFL

Ebuild Details

Version EAPI Keywords Slot
2.0.0 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2018-2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font

DESCRIPTION="A IBM 3270 Terminal font in a modern format"
HOMEPAGE="https://github.com/rbanffy/3270font/"
SRC_URI="https://github.com/rbanffy/3270font/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD CC-BY-SA-3.0 GPL-3 OFL"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	${DEPEND}
	media-gfx/fontforge
"

FONT_S="${S}/build"
FONT_SUFFIX="otf ttf pfm woff"

Inherited Eclasses

Dependencies

RDEPEND

	
	media-gfx/fontforge

Manifest for 2.0.0

Type File Size Source URLs
DIST 3270font-2.0.0.tar.gz 444539 bytes https://github.com/rbanffy/3270font/archive/v2.0.0.tar.gz