ebuilds updated to new EAP=7 of fonts.eclass
This commit is contained in:
32
media-fonts/oldschool/oldschool-2.2-r1.ebuild
Normal file
32
media-fonts/oldschool/oldschool-2.2-r1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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/"
|
||||
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"
|
||||
|
||||
|
Reference in New Issue
Block a user