gentoo-ebuilds/media-fonts/smiley-sans/smiley-sans-2.0.1.ebuild
Arthur Zamarin 5b3e6ae05a
*/*: convert to ASCII only DESCRIPTION [QA GLEP-31]
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>
2025-05-19 19:55:27 +03:00

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"