media-fonts/joypixels: Added new package in version 6.0.0

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-09-12 10:01:34 +02:00
parent 94a79139ed
commit baa08cc8b1
Signed by: y0rune
GPG Key ID: F204C385F57EB348
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST joypixels-6.0.0.ttf 23212776 BLAKE2B 821cf60f4b80fff02f4cf7f0b8023df8e927365c8d6e03f1ef404b5cf9c23e35682b8b9185a8ed22de58efde22e97f7103de8ccee74c3114215b77dd32e94098 SHA512 27e961280558c37b31fe9b2c0909e031244d74aecc1a028f845cf209890d7376f73b1524142f613d447a313e42ba46bce1c0c978e012ce86394d9007843d36ec

View File

@ -0,0 +1,27 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Emoji as a Service (formerly EmojiOne)"
HOMEPAGE="https://www.joypixels.com"
SRC_URI="https://cdn.joypixels.com/arch-linux/font/${PV}/joypixels-android.ttf -> ${P}.ttf"
LICENSE="JoyPixels"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
FONT_SUFFIX="ttf"
S="${WORKDIR}"
FONT_S="${S}"
src_unpack() {
true
}
src_prepare() {
cp "${DISTDIR}/${P}.ttf" "${WORKDIR}/JoyPixels.ttf" || die
default
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>y0rune@aol.com</email>
<name>Marcin Woźniak</name>
</maintainer>
</pkgmetadata>