diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2021-12-06 01:01:35 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2021-12-06 01:05:41 +0500 |
commit | 600dde12aef5417a4105750b4eb6a49bf34714e6 (patch) | |
tree | 9a07681a517614d52a3aab8616e604f46dd169c5 | |
parent | x11-misc/ksnip: remove old (diff) | |
download | guru-600dde12aef5417a4105750b4eb6a49bf34714e6.tar.gz guru-600dde12aef5417a4105750b4eb6a49bf34714e6.tar.bz2 guru-600dde12aef5417a4105750b4eb6a49bf34714e6.zip |
media-fonts/last-resort: add 14.000
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r-- | media-fonts/last-resort/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/last-resort/last-resort-14.000.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/media-fonts/last-resort/Manifest b/media-fonts/last-resort/Manifest index 254eb671d..56100ec96 100644 --- a/media-fonts/last-resort/Manifest +++ b/media-fonts/last-resort/Manifest @@ -1 +1,2 @@ DIST last-resort-13.001.ttf 502504 BLAKE2B 94abe6bc8571510ad212e47bbad9d7b7508ece4a29731aae0bdd0cc6374a5608803da7260d30339787c8b50e729a00edc7ff314140bbc54c22afb220a92334a1 SHA512 d705a071fe40d621a46a2dd19df9c1a66e02284de782f73451aa3939773ca90bcfb87e40d13ae12c8bfa3c6965569ef1c85c66096e07d32c572cc779d5f8273e +DIST last-resort-14.000.ttf 518424 BLAKE2B e91d9f03e2605ea003977e0e4bab57f198c5cec09606bbae13bbaa88a66b9cb85536410aec8406cec88760b9a80a406cda19c4dd107c1286861ec7f8ce84fce6 SHA512 d846f71576b4c8d36d25e6a4e9b289a92a55d914b79fb04a8851d2083fba8d2fb3d24adf5c62e46e760580920c9bc19bb3c025bea48d3d3216453bb3fe414293 diff --git a/media-fonts/last-resort/last-resort-14.000.ebuild b/media-fonts/last-resort/last-resort-14.000.ebuild new file mode 100644 index 000000000..e4fa215ba --- /dev/null +++ b/media-fonts/last-resort/last-resort-14.000.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 +} |