mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
media-fonts/last-resort: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
media-fonts/last-resort/Manifest
Normal file
1
media-fonts/last-resort/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST last-resort-13.001.ttf 502504 BLAKE2B 94abe6bc8571510ad212e47bbad9d7b7508ece4a29731aae0bdd0cc6374a5608803da7260d30339787c8b50e729a00edc7ff314140bbc54c22afb220a92334a1 SHA512 d705a071fe40d621a46a2dd19df9c1a66e02284de782f73451aa3939773ca90bcfb87e40d13ae12c8bfa3c6965569ef1c85c66096e07d32c572cc779d5f8273e
|
||||
21
media-fonts/last-resort/last-resort-13.001.ebuild
Normal file
21
media-fonts/last-resort/last-resort-13.001.ebuild
Normal 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
|
||||
}
|
||||
8
media-fonts/last-resort/metadata.xml
Normal file
8
media-fonts/last-resort/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user