media-fonts/last-resort: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-08-27 13:29:53 +05:00
parent 802ce65c7a
commit 377f2bef7d
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST last-resort-13.001.ttf 502504 BLAKE2B 94abe6bc8571510ad212e47bbad9d7b7508ece4a29731aae0bdd0cc6374a5608803da7260d30339787c8b50e729a00edc7ff314140bbc54c22afb220a92334a1 SHA512 d705a071fe40d621a46a2dd19df9c1a66e02284de782f73451aa3939773ca90bcfb87e40d13ae12c8bfa3c6965569ef1c85c66096e07d32c572cc779d5f8273e

View File

@@ -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
}

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>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
</pkgmetadata>