diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-20 22:03:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:34 +0100 |
commit | 420f8145508ceb229444b43ae256f850602ea626 (patch) | |
tree | daed691ec6409cbd72d4d4dfd563a8c52c583ab8 /media-fonts | |
parent | media-fonts/corefonts: EAPI-7 bump (diff) | |
download | gentoo-420f8145508ceb229444b43ae256f850602ea626.tar.gz gentoo-420f8145508ceb229444b43ae256f850602ea626.tar.bz2 gentoo-420f8145508ceb229444b43ae256f850602ea626.zip |
media-fonts/koruri: 20180915 version bump, new upstream repo
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/koruri/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/koruri/koruri-20180915.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/media-fonts/koruri/Manifest b/media-fonts/koruri/Manifest index f2daa8b3f5a4..3b8ccc9dbc19 100644 --- a/media-fonts/koruri/Manifest +++ b/media-fonts/koruri/Manifest @@ -1 +1,2 @@ DIST Koruri-20161105.tar.xz 4260452 BLAKE2B 1c243192583380e789b3ad02d7eb02c764a8bf963bed0a9d35a7fe0ad6c7fb20549ebbbab9f281e588933f3ca9196f44f9d3a431f96066089f1f43c2f63b08e7 SHA512 edf50be2084bd8b03a5162f5c3ae6e474e45b3b9f2a18ed0b65b1527470a22a2ecacc5b675e396de11d217c057bf8d9ea9842977b6db5d3ee06b0c1c08e472b6 +DIST Koruri-20180915.tar.xz 5185488 BLAKE2B e67e7e21dd6b9a0134f1419a924a264c2b491c1623ef748cdca6756ae4a88655ba6312ab58d0827e96f29e5a47d9aac6f13467289329d4bb0e2c939d70297a56 SHA512 0a78240e75782c07752e29e8591d5eab2b15fd0f784e569c60c438c2a1e49c462fa6e4e1734c1922d8bb0b1eb22fd4c74a71c0c0b7d127fb1d4c410835b98bd7 diff --git a/media-fonts/koruri/koruri-20180915.ebuild b/media-fonts/koruri/koruri-20180915.ebuild new file mode 100644 index 000000000000..855e0e29bfab --- /dev/null +++ b/media-fonts/koruri/koruri-20180915.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +DESCRIPTION="Japanese TrueType font based on M+ outline fonts and Open Sans" +HOMEPAGE="https://koruri.github.io/" +SRC_URI="https://github.com/${PN^}/${PN^}/releases/download/${P^}/${P^}.tar.xz" +S="${WORKDIR}/${P^}" + +LICENSE="mplus-fonts Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +# Only installs fonts +RESTRICT="binchecks strip" + +DOCS=( README{_{E,J}.mplus,_ja.md,.md} ) + +FONT_SUFFIX="ttf" |