23 lines
683 B
Bash
23 lines
683 B
Bash
# Copyright 2005-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit font
|
|
|
|
MY_PN="opfc-ModuleHP-1.1.1_withIPAMonaFonts"
|
|
|
|
DESCRIPTION="Hacked version of IPA fonts, which is suitable for browsing 2ch"
|
|
HOMEPAGE="https://web.archive.org/web/20190326123924/http://www.geocities.jp/ipa_mona/"
|
|
SRC_URI="http://freebsd.sin.openmirrors.asia/pub/FreeBSD/ports/local-distfiles/hrs/${MY_PN}-${PV}.tar.gz"
|
|
|
|
LICENSE="grass-ipafonts mplus-fonts public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
|
|
IUSE=""
|
|
RESTRICT="mirror"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
FONT_SUFFIX="ttf"
|
|
FONT_S="${S}/${MY_PN}-${PV}/fonts"
|