tAdd ebuild and metadata skeleton files. - google-fonts - Google Fonts portage overlay
 (HTM) git clone https://git.parazyd.org/google-fonts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit bcfd1b4fb6386035ed8a2f56bc0e808547dbeed3
 (DIR) parent 40769f441c53e62b711eef60fcd850b6c6f86741
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Wed,  6 May 2020 14:08:21 +0200
       
       Add ebuild and metadata skeleton files.
       
       Diffstat:
         A ebuild.skel                         |      26 ++++++++++++++++++++++++++
         A metadata.skel                       |       7 +++++++
       
       2 files changed, 33 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/ebuild.skel b/ebuild.skel
       t@@ -0,0 +1,26 @@
       +# Copyright 2020 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=7
       +
       +inherit font git-r3
       +
       +DESCRIPTION="Google Fonts @PRETTYNAME@ font"
       +HOMEPAGE="https://fonts.google.com/specimen/@PRETTYNAMEURL@"
       +EGIT_REPO_URI="https://github.com/google/fonts"
       +
       +LICENSE="@LICENSE@"
       +SLOT="0"
       +KEYWORDS=""
       +IUSE=""
       +
       +DEPEND=""
       +RDEPEND="${DEPEND}"
       +BDEPEND=""
       +
       +RESTRICT="binchecks strip"
       +FONT_SUFFIX="ttf"
       +
       +src_install() {
       +        FONT_S="${WORKDIR}/${P}/@SHLICENSE@/@FONT@" font_src_install
       +}
 (DIR) diff --git a/metadata.skel b/metadata.skel
       t@@ -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>