media-fonts/hanazono - 20170904 (nymphos)

Search

Install

Install this version:

emerge -a =media-fonts/hanazono-20170904

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/hanazono-20170904

Or alternatively:

emerge --autounmask-write -a =media-fonts/hanazono-20170904

Package Information

Description:
A Japanese Mincho font based on GlyphWiki
Homepage:
https://osdn.net/projects/hanazono-font
License:
OFL-1.1 hanazono

Ebuild Details

Version EAPI Keywords Slot
20170904 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 NymphOS Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

S_DIR="68253"

DESCRIPTION="A Japanese Mincho font based on GlyphWiki"
HOMEPAGE="https://osdn.net/projects/hanazono-font"
SRC_URI="${HOMEPAGE}/downloads/${S_DIR}/${P}.zip"
S="${WORKDIR}"

LICENSE="OFL-1.1 ${PN}"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="app-arch/unzip"

FONT_SUFFIX="ttf"

DOCS=( {README,THANKS}.txt )

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip