19 lines
379 B
Bash
19 lines
379 B
Bash
# Copyright 1999-2022 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 ~loong ~riscv x86"
|
|
IUSE=""
|
|
|
|
RESTRICT="binchecks strip"
|
|
|
|
FONT_SUFFIX="ttf"
|