google-fonts

Google Fonts portage overlay
git clone https://git.parazyd.org/google-fonts
Log | Files | Refs | Submodules | README

commit bfade6442bd6982967477773fff348a25c943e47
parent ad363823ef77cf08d16803387b35eb1e582d812b
Author: parazyd <parazyd@dyne.org>
Date:   Mon,  7 Nov 2022 01:27:31 +0100

Add new fonts.

Diffstat:
Amedia-fonts/alexandria/alexandria-9999.ebuild | 26++++++++++++++++++++++++++
Amedia-fonts/alexandria/metadata.xml | 7+++++++
Amedia-fonts/chivomono/chivomono-9999.ebuild | 26++++++++++++++++++++++++++
Amedia-fonts/chivomono/metadata.xml | 7+++++++
Amedia-fonts/fragmentmono/fragmentmono-9999.ebuild | 26++++++++++++++++++++++++++
Amedia-fonts/fragmentmono/metadata.xml | 7+++++++
6 files changed, 99 insertions(+), 0 deletions(-)

diff --git a/media-fonts/alexandria/alexandria-9999.ebuild b/media-fonts/alexandria/alexandria-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Alexandria font" +HOMEPAGE="https://fonts.google.com/specimen/Alexandria" +EGIT_REPO_URI="https://github.com/google/fonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="binchecks strip" +FONT_SUFFIX="ttf" + +src_install() { + FONT_S="${WORKDIR}/${P}/ofl/alexandria" font_src_install +} diff --git a/media-fonts/alexandria/metadata.xml b/media-fonts/alexandria/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>parazyd@dyne.org</email> + </maintainer> +</pkgmetadata> diff --git a/media-fonts/chivomono/chivomono-9999.ebuild b/media-fonts/chivomono/chivomono-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Chivo Mono font" +HOMEPAGE="https://fonts.google.com/specimen/Chivo+Mono" +EGIT_REPO_URI="https://github.com/google/fonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="binchecks strip" +FONT_SUFFIX="ttf" + +src_install() { + FONT_S="${WORKDIR}/${P}/ofl/chivomono" font_src_install +} diff --git a/media-fonts/chivomono/metadata.xml b/media-fonts/chivomono/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>parazyd@dyne.org</email> + </maintainer> +</pkgmetadata> diff --git a/media-fonts/fragmentmono/fragmentmono-9999.ebuild b/media-fonts/fragmentmono/fragmentmono-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Fragment Mono font" +HOMEPAGE="https://fonts.google.com/specimen/Fragment+Mono" +EGIT_REPO_URI="https://github.com/google/fonts" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +RESTRICT="binchecks strip" +FONT_SUFFIX="ttf" + +src_install() { + FONT_S="${WORKDIR}/${P}/ofl/fragmentmono" font_src_install +} diff --git a/media-fonts/fragmentmono/metadata.xml b/media-fonts/fragmentmono/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>parazyd@dyne.org</email> + </maintainer> +</pkgmetadata>