alpha-quadrant/media-fonts/oldschool/oldschool-2.2-r1.ebuild

33 lines
685 B
Bash
Raw Normal View History

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
inherit font
DESCRIPTION="Pixel-perfect reproductions of the original raster fonts!"
HOMEPAGE="http://int10h.org/oldschool-pc-fonts/"
2020-12-12 19:26:06 +01:00
SRC_URI="https://int10h.org/oldschool-pc-fonts/download/oldschool_pc_font_pack_v${PV}_linux.zip"
LICENSE="CC-SA 4.0"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 x86 ~x64-macos"
IUSE=""
DEPEND="app-arch/unzip"
RESTRICT="binchecks strip"
_FONTS='ttf - Ac (aspect-corrected)'
src_prepare() {
default
einfo "Using Fonts: ${_FONTS}"
mv "${WORKDIR}/${_FONTS}" "${WORKDIR}/${P}"
}
S="${WORKDIR}"
FONT_S="${S}/${P}"
FONT_SUFFIX="ttf"