You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20100612.ebuild

27 lines
554 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Font that contains symbols needed for VDR"
HOMEPAGE="http://andreas.vdr-developer.org/fonts/"
SRC_URI="http://andreas.vdr-developer.org/fonts/download/${P}.tgz"
LICENSE="BitstreamVera"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
S="${WORKDIR}/vdrsymbols"
FONT_S="${S}"
FONT_SUFFIX="ttf"
pkg_postinst() {
font_pkg_postinst
elog "To get nice symbols in VDR's OSD"
elog "you need to select the font VDRSymbolsSans."
}