You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/ja-ipafonts/ja-ipafonts-003.03.ebuild

26 lines
646 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
FONT_SUFFIX="ttf"
MY_P="IPAfont${PV/.}"
inherit font
DESCRIPTION="TrueType fonts developed by Japanese Information-technology Promotion Agency"
HOMEPAGE="http://ipafont.ipa.go.jp/"
SRC_URI="http://dl.ipafont.ipa.go.jp/IPAfont/${MY_P}.zip"
S="${WORKDIR}/${MY_P}"
LICENSE="IPAfont"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
RESTRICT="binchecks strip"
BDEPEND="app-arch/unzip"
FONT_CONF=( "${FILESDIR}"/66-${PN}.conf )
DOCS=( "Readme_${MY_P}.txt" )