media-fonts/atkinson-hyperlegible-next - 9999 (flussence)

Search

Package Information

Description:
New (2024) second version of the Atkinson Hyperlegible fonts
Homepage:
https://www.brailleinstitute.org/freefont/
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

FONT_SUFFIX="ttf"

DESCRIPTION="New (2024) second version of the Atkinson Hyperlegible fonts"
HOMEPAGE="https://www.brailleinstitute.org/freefont/"

inherit font allarches

MY_SRC="https://github.com/googlefonts/${PN}/raw/refs/heads/main/fonts/variable"
SRC_URI="
	${MY_SRC}/AtkinsonHyperlegibleNext%5Bwght%5D.${FONT_SUFFIX}
	${MY_SRC}/AtkinsonHyperlegibleNext-Italic%5Bwght%5D.${FONT_SUFFIX}"
S="${WORKDIR}"

LICENSE="OFL-1.1"
SLOT="0"

src_unpack() {
	for file in ${A}; do
		cp -v "${DISTDIR}/${file}" . || die
	done
}