blob: fb57d9fd1480ce307b5055789f3da242103ea15c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Korean fonts distributed by Naver"
HOMEPAGE="https://hangeul.naver.com/2017/nanum"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
IUSE=""
RESTRICT="binchecks strip"
FONT_SUFFIX="ttf"
|