mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 11:42:40 +01:00
media-fonts/twemoji-ttf: add 16.0.1
This commit is contained in:
25
media-fonts/twemoji-ttf/twemoji-ttf-16.0.1.ebuild
Normal file
25
media-fonts/twemoji-ttf/twemoji-ttf-16.0.1.ebuild
Normal 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://distfiles.alpinelinux.org/distfiles/edge/${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
|
||||
}
|
||||
Reference in New Issue
Block a user