2022-07-12 15:04:49 +02:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2023-07-20 20:28:34 +02:00
|
|
|
EAPI=8
|
2022-07-12 15:04:49 +02:00
|
|
|
|
|
|
|
inherit font
|
|
|
|
|
|
|
|
DESCRIPTION="Fonts generated from original bitmaps from Atari 8-Bit computers"
|
|
|
|
HOMEPAGE="https://github.com/TheRobotFactory/EightBit-Atari-Fonts"
|
|
|
|
SRC_URI="https://github.com/TheRobotFactory/EightBit-Atari-Fonts/archive/refs/tags/v2.tar.gz -> ${P}.tar.gz"
|
|
|
|
S="${WORKDIR}/EightBit-Atari-Fonts-2/Truetype"
|
|
|
|
|
|
|
|
LICENSE="CC0-1.0"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~loong ~ppc64 ~riscv ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
FONT_SUFFIX="ttf"
|