dev-tex/gentoo-newage - 0.1 (gentoo)

Search

Package Information

Description:
Font for Gentoo e.V. logo
Homepage:
https://gentoo-ev.org/
License:
|| ( GPL-2+-with-font-exception CC-BY-SA-4.0 )

Ebuild Details

Version EAPI Keywords Slot
0.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit latex-package

DESCRIPTION="Font for Gentoo e.V. logo"
HOMEPAGE="https://gentoo-ev.org/"
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"

LICENSE="|| ( GPL-2+-with-font-exception CC-BY-SA-4.0 )"
SLOT="0"
KEYWORDS="~amd64"

SUPPLIER="public"

src_install() {
	latex-package_src_doinstall pfb afm tfm fd sty

	local f
	for f in enc map; do
		insinto "${TEXMF}/fonts/${f}/dvips/${PN}"
		doins *.${f}
	done

	insinto /etc/texmf/updmap.d
	newins - 50${PN}.cfg <<< "Map gentoonewage.map"

	dodoc README
}

Manifest for 0.1

Type File Size Source URLs
DIST gentoo-newage-0.1.tar.xz 5592 bytes https://dev.gentoo.org/~ulm/distfiles/gentoo-newage-0.1.tar.xz