parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 1712e957a733b009652513dc7161a97c4a63429f
parent cf0bea24b8c03e7894578c144dbbca1a9aca3061
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 31 Jul 2019 14:05:54 +0200

media-fonts/*: Sync with latest contents.

Diffstat:
Amedia-fonts/heptaslab/heptaslab-9999.ebuild | 26++++++++++++++++++++++++++
Amedia-fonts/heptaslab/metadata.xml | 7+++++++
2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/media-fonts/heptaslab/heptaslab-9999.ebuild b/media-fonts/heptaslab/heptaslab-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font git-r3 + +DESCRIPTION="Google Fonts Hepta Slab font" +HOMEPAGE="https://fonts.google.com/specimen/Hepta+Slab" +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/heptaslab" font_src_install +} diff --git a/media-fonts/heptaslab/metadata.xml b/media-fonts/heptaslab/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>