gentoo-ebuilds/media-fonts/konfont/konfont-0.1.ebuild
Arthur Zamarin 0e727a3a16
*/*: unkeyword ~ia64
Change was created by running the following command::

    ekeyword ^ia64 */*/*.ebuild

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12 21:37:40 +03:00

24 lines
600 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_P="${P/-/_}.orig"
DESCRIPTION="Fontset for KON2"
# There seems to be no real homepage for this package
HOMEPAGE="https://packages.debian.org/stable/utils/konfont"
SRC_URI="mirror://debian/dists/potato/main/source/utils/${MY_P}.tar.gz"
LICENSE="public-domain"
SLOT=0
KEYWORDS="~alpha amd64 arm ~hppa ~loong ppc ~riscv ~s390 sparc x86"
# Only installs fonts
RESTRICT="strip binchecks"
S="${WORKDIR}/${MY_P/_/-}/fonts"
src_install() {
insinto /usr/share/fonts
doins pubfont.*.gz
}