# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FONT_SUFFIX="ttf" DESCRIPTION="New (2024) monospace sibling family to Atkinson Hyperlegible Next" 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}/AtkinsonHyperlegibleMono%5Bwght%5D.${FONT_SUFFIX} ${MY_SRC}/AtkinsonHyperlegibleMono-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 }