1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-10 19:42:38 +01:00

media-fonts/twemoji-ttf: add 17.0.2, drop 14.0.2

This commit is contained in:
2025-12-07 16:12:26 +01:00
parent 496ad1b3d3
commit 7e0486d332
3 changed files with 26 additions and 31 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
MY_PN="${PN%-ttf}"
DESCRIPTION="Twitter Emoji for everyone"
HOMEPAGE="https://github.com/jdecked/twemoji/"
SRC_URI="https://github.com/JoeBlakeB/ttf-${MY_PN}-aur/releases/download/${PV}/${MY_PN^}-${PV}.ttf"
S="${WORKDIR}"
LICENSE="MIT CC-BY-4.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
FONT_CONF=( "${FILESDIR}/75-${MY_PN}.conf" )
FONT_SUFFIX="ttf"
src_unpack() {
cp "${DISTDIR}/${A}" "${S}/${MY_PN^}.${FONT_SUFFIX}" || die
}