diff options
Diffstat (limited to 'media-fonts/takao-fonts/takao-fonts-00303.01.ebuild')
-rw-r--r-- | media-fonts/takao-fonts/takao-fonts-00303.01.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-fonts/takao-fonts/takao-fonts-00303.01.ebuild b/media-fonts/takao-fonts/takao-fonts-00303.01.ebuild new file mode 100644 index 000000000000..85d981616332 --- /dev/null +++ b/media-fonts/takao-fonts/takao-fonts-00303.01.ebuild @@ -0,0 +1,23 @@ +# Copyright 2010-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +MY_P="TakaoFonts_${PV}" + +DESCRIPTION="A community developed derivatives of IPA Fonts" +HOMEPAGE="https://launchpad.net/takao-fonts" +SRC_URI="https://launchpad.net/${PN}/trunk/15.03/+download/${MY_P}.tar.xz" + +LICENSE="IPAfont" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="" +RESTRICT="binchecks strip" + +S="${WORKDIR}/${MY_P}" + +FONT_CONF=( "${FILESDIR}/66-${PN}.conf" ) +FONT_SUFFIX="ttf" |