mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +02:00
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
21 lines
449 B
Bash
21 lines
449 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
MY_P="ttf-sinhala-${P}"
|
|
inherit font
|
|
|
|
DESCRIPTION="Unicode Sinhala font"
|
|
HOMEPAGE="https://sinhala.sourceforge.net/"
|
|
SRC_URI="https://sinhala.sourceforge.net/files/${MY_P}.tar.gz"
|
|
S="${WORKDIR}/${MY_P}"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv x86"
|
|
IUSE=""
|
|
|
|
DOCS=( README.fonts )
|
|
|
|
FONT_SUFFIX="ttf"
|