media-fonts/joypixels - 11.0.0 (val-vgms)

Search

Install

Install this version:

emerge -a =media-fonts/joypixels-11.0.0

Package Information

Description:
Emoji as a Service (formerly known as EmojiOne)
Homepage:
https://www.joypixels.com/
License:
JoyPixels

Ebuild Details

Version EAPI Keywords Slot
11.0.0 8 amd64 ~arm64 ~loong ~riscv x86 0
View Raw Ebuild
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

FONT_SUFFIX="ttf"
inherit font readme.gentoo-r1

DESCRIPTION="Emoji as a Service (formerly known as EmojiOne)"
HOMEPAGE="https://www.joypixels.com/"
SRC_URI="https://cdn.joypixels.com/distributions/gentoo-linux/font/${PV}/joypixels-android.ttf -> ${P}.ttf"
S="${WORKDIR}"

#https://cdn.joypixels.com/distributions/gentoo-linux/appendix/joypixels-license-appendix.txt
#https://cdn.joypixels.com/distributions/gentoo-linux/license/free-license.txt
LICENSE="JoyPixels"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
RESTRICT="bindist mirror"

FONT_CONF=( "${FILESDIR}"/99-joypixels.conf )

DOC_CONTENTS="Free for personal/education use only, premium/enterprise license
	required for any other use. See: https://www.joypixels.com/licenses"

src_prepare() {
	default
	cp "${DISTDIR}"/${P}.ttf "${S}"/${P}.ttf || die
}

src_install() {
	font_src_install
	readme.gentoo_create_doc
}

pkg_postinst() {
	readme.gentoo_print_elog
	font_pkg_postinst
}

Inherited Eclasses

Manifest for 11.0.0

Type File Size Source URLs
DIST joypixels-11.0.0.ttf 14753228 bytes https://cdn.joypixels.com/distributions/gentoo-linux/font/11.0.0/joypixels-android.ttf