# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit font DESCRIPTION="A color and B&W emoji SVG-in-OpenType font with ZWJ" HOMEPAGE="https://github.com/eosrei/twemoji-color-font" SRC_URI="https://github.com/eosrei/twemoji-color-font/releases/download/v${PV//_/-}/TwitterColorEmoji-SVGinOT-Linux-${PV//_/-}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" LICENSE="MIT" SLOT="0" DEPEND=" || ( media-fonts/ttf-bitstream-vera[X?] media-fonts/dejavu[X?] )" RDEPEND="${DEPEND}" FONT_SUFFIX="ttf" DOCS="README.md" FONT_CONF=( fontconfig/56-twemoji-color.conf ) S="${WORKDIR}/TwitterColorEmoji-SVGinOT-Linux-${PV//_/-}" FONT_S="${S}"