1
0
Fork 0

media-fonts/freie-fraktur: new package, add 0.0.1

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2023-01-11 00:11:31 -05:00
parent 971edce96d
commit fbd785b314
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST freie-fraktur-0.0.1.tar.xz 1284740 BLAKE2B 0cadf761bba28e7d6eec77cb626723895599529816a0c90518360b66e5b0718e162b5f88bff89a61515fdbe77bcaafd8c1b35c623fec66318c42299b64acde8b SHA512 ea612018cd0465f47926bad2095816f782dd7c273205b9ede51345456a6fafd0c9eceec51a9d8030a5f734280e061139862636f13c2522c67aa2eca346b41d4f

View File

@ -0,0 +1,18 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
FONT_S="${S}/fonts"
FONT_SUFFIX="ttf"
inherit font
DESCRIPTION="A collection of freely licensed Fraktur typefaces."
HOMEPAGE="https://gin.g-node.org/TheChymera/freie-fraktur"
SRC_URI="https://gin.g-node.org/TheChymera/freie-fraktur/raw/master/releases/${P}.tar.xz"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS=( README.md )

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<!-- Gin is not yet a supported upstream, maybe figure out where to add it and add it.
<upstream>
<remote-id type="gin">TheChymera/freie-fraktur</remote-id>
</upstream>
-->
</pkgmetadata>