summaryrefslogtreecommitdiff
blob: 71eb280c360f6db57dc4b5e332920d1683dc2418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2009-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit font

DESCRIPTION="Font for viewing stroke order diagrams for kanji, kana and other characters"
HOMEPAGE="https://www.nihilist.org.uk/"
SRC_URI="https://drive.google.com/uc?export=download&id=1snpD-IQmT6fGGQjEePHdDzE2aiwuKrz4 -> ${P}.zip"
S="${WORKDIR}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~riscv x86"
IUSE=""
RESTRICT="binchecks"

BDEPEND="app-arch/unzip"

DOCS=( readme_en_v${PV}.txt )

FONT_SUFFIX="ttf"