media-fonts/atkinson-hyperlegible - 20200514 (guru)

Search

Install

Install this version:

emerge -a =media-fonts/atkinson-hyperlegible-20200514

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

autounmask =media-fonts/atkinson-hyperlegible-20200514

Or alternatively:

emerge --autounmask-write -a =media-fonts/atkinson-hyperlegible-20200514

Package Information

Description:
Braille Institute's Atkinson Hyperlegible font.
Homepage:
https://www.brailleinstitute.org/freefont/
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
20200514 8 ~amd64 ~arm64 ~loong ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

DESCRIPTION="Braille Institute's Atkinson Hyperlegible font."
HOMEPAGE="https://www.brailleinstitute.org/freefont/"

MY_PV="2020-0514"
SRC_URI="https://www.brailleinstitute.org/atkinson-hyperlegible-font/Atkinson-Hyperlegible-Font-Print-and-Web-${MY_PV}.zip -> ${P}.zip"
S="${WORKDIR}/Atkinson-Hyperlegible-Font-Print-and-Web-${MY_PV}"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"

IUSE="otf +ttf"
REQUIRED_USE="^^ ( otf ttf )"

BDEPEND="app-arch/unzip"

FONT_SUFFIX=""

src_install() {
	if use otf; then
		FONT_SUFFIX+="otf"
		FONT_S=( "Print Fonts/" )
	fi
	if use ttf; then
		FONT_SUFFIX+="ttf"
		FONT_S=( "Web Fonts/TTF" )
	fi
	font_src_install
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-fonts/atkinson-hyperlegible | euse -E <flag> -p media-fonts/atkinson-hyperlegible | euse -D <flag> -p media-fonts/atkinson-hyperlegible

Global/Standard Flags

otf
ttf
Default: Enabled (+)

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 20200514

Type File Size Source URLs
DIST atkinson-hyperlegible-20200514.zip 574460 bytes https://www.brailleinstitute.org/atkinson-hyperlegible-font/Atkinson-Hyperlegible-Font-Print-and-Web-2020-0514.zip