odrling-overlay/media-fonts/japan7-fonts-ttf/japan7-fonts-ttf-20191015.ebuild

33 lines
656 B
Bash
Raw Normal View History

2021-03-27 14:43:16 +00:00
# Copyright 1999-2021 Gentoo Authors
2019-10-15 17:40:53 +00:00
# Distributed under the terms of the GNU General Public License v2
2021-03-27 14:43:16 +00:00
EAPI=7
2019-10-15 17:40:53 +00:00
inherit font
DESCRIPTION="Japan7 font pack"
HOMEPAGE="https://github.com/odrling/japan7-fonts"
COMMIT="74ef0dea87e3c10bbf0b4df90b663b8868d9cbd5"
SRC_URI="https://github.com/odrling/japan7-fonts/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="OFL-1.1"
SLOT="0"
2021-03-27 14:43:16 +00:00
KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 sparc x86"
2019-10-15 17:40:53 +00:00
IUSE=""
RDEPEND=""
DEPEND=""
RESTRICT="binchecks strip"
2019-10-15 18:01:39 +00:00
S="${WORKDIR}/japan7-fonts-${COMMIT}"
2019-10-15 17:40:53 +00:00
FONT_SUFFIX="ttf"
FONT_CONF=()
2019-10-15 18:01:39 +00:00
src_install() {
for d in */; do
FONT_S="$d" FONTDIR="${FONTDIR}/$d" font_src_install
done
}