mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-13 16:42:39 +02:00
In accordance with GLEP 31, the DESCRIPTION field of ebuilds should only contain ASCII characters. This commit converts the DESCRIPTION field of all affected ebuilds to ASCII only. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
21 lines
493 B
Bash
21 lines
493 B
Bash
# Copyright 2022-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit font
|
|
|
|
MY_P="${PN}-v${PV}"
|
|
|
|
DESCRIPTION="Deyi Hei Smiley Sans: an open-source italic sans-serif Chinese font"
|
|
HOMEPAGE="https://github.com/atelier-anchor/smiley-sans"
|
|
SRC_URI="https://github.com/atelier-anchor/smiley-sans/releases/download/v${PV}/${MY_P}.zip"
|
|
S="${WORKDIR}"
|
|
|
|
LICENSE="OFL-1.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~loong"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
|
|
FONT_SUFFIX="ttf"
|