commit: 377f2bef7d55750b1fe17d1e9f07d1a19689713a Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Fri Aug 27 08:29:53 2021 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Fri Aug 27 10:54:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=377f2bef
media-fonts/last-resort: initial import Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> media-fonts/last-resort/Manifest | 1 + media-fonts/last-resort/last-resort-13.001.ebuild | 21 +++++++++++++++++++++ media-fonts/last-resort/metadata.xml | 8 ++++++++ 3 files changed, 30 insertions(+) diff --git a/media-fonts/last-resort/Manifest b/media-fonts/last-resort/Manifest new file mode 100644 index 000000000..254eb671d --- /dev/null +++ b/media-fonts/last-resort/Manifest @@ -0,0 +1 @@ +DIST last-resort-13.001.ttf 502504 BLAKE2B 94abe6bc8571510ad212e47bbad9d7b7508ece4a29731aae0bdd0cc6374a5608803da7260d30339787c8b50e729a00edc7ff314140bbc54c22afb220a92334a1 SHA512 d705a071fe40d621a46a2dd19df9c1a66e02284de782f73451aa3939773ca90bcfb87e40d13ae12c8bfa3c6965569ef1c85c66096e07d32c572cc779d5f8273e diff --git a/media-fonts/last-resort/last-resort-13.001.ebuild b/media-fonts/last-resort/last-resort-13.001.ebuild new file mode 100644 index 000000000..e4fa215ba --- /dev/null +++ b/media-fonts/last-resort/last-resort-13.001.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +DESCRIPTION='A collection of glyphs used as the backup of "last resort" to any other font' +HOMEPAGE="https://github.com/unicode-org/last-resort-font" +SRC_URI="https://github.com/unicode-org/${PN}-font/releases/download/${PV}/LastResortHE-Regular.ttf -> ${P}.ttf" +S="${WORKDIR}" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +FONT_SUFFIX="ttf" + +src_unpack() { + cp "${DISTDIR}/${A}" "${S}/${PN}.${FONT_SUFFIX}" || die +} diff --git a/media-fonts/last-resort/metadata.xml b/media-fonts/last-resort/metadata.xml new file mode 100644 index 000000000..c8b0192e7 --- /dev/null +++ b/media-fonts/last-resort/metadata.xml @@ -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>[email protected]</email> + <name>Anna</name> + </maintainer> +</pkgmetadata>
